Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.JobType
-
Packages that use JobType Package Description com.yahoo.vespa.hosted.controller.api.integration.deployment -
-
Uses of JobType in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return JobType Modifier and Type Method Description static JobTypeJobType. fromJobName(java.lang.String jobName)JobTypeJobId. type()JobTypeRunId. type()static JobTypeJobType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JobType[]JobType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return types with arguments of type JobType Modifier and Type Method Description static java.util.List<JobType>JobType. allIn(com.yahoo.config.provision.SystemName system)static java.util.Optional<JobType>JobType. from(com.yahoo.config.provision.SystemName system, com.yahoo.config.provision.Environment environment, com.yahoo.config.provision.RegionName region)Returns the job job type for the given environment and region or null if nonestatic java.util.Optional<JobType>JobType. from(com.yahoo.config.provision.SystemName system, com.yahoo.config.provision.zone.ZoneId zone)Returns the job type for the given zonestatic java.util.Optional<JobType>JobType. from(com.yahoo.config.provision.SystemName system, com.yahoo.config.provision.zone.ZoneId zone, boolean isTest)Returns the job type for the given zonestatic java.util.Optional<JobType>JobType. fromOptionalJobName(java.lang.String jobName)static java.util.Optional<JobType>JobType. testFrom(com.yahoo.config.provision.SystemName system, com.yahoo.config.provision.RegionName region)Returns the production test job type for the given environment and region or null if noneMethods in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type JobType Modifier and Type Method Description static TesterCloud.SuiteTesterCloud.Suite. of(JobType type, boolean isSetup)Constructors in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type JobType Constructor Description JobId(com.yahoo.config.provision.ApplicationId application, JobType type)RunId(com.yahoo.config.provision.ApplicationId application, JobType type, long number)
-