Class RunId


  • public class RunId
    extends Object
    Immutable ID of a deployment job.
    Author:
    jonmv
    • Constructor Detail

      • RunId

        public RunId​(com.yahoo.config.provision.ApplicationId application,
                     JobType type,
                     long number)
    • Method Detail

      • job

        public JobId job()
      • application

        public com.yahoo.config.provision.ApplicationId application()
      • number

        public long number()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object