Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.deployment.JobType
Packages that use JobType
-
Uses of JobType in com.yahoo.vespa.hosted.controller.api.integration.deployment
Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return JobTypeModifier and TypeMethodDescriptionstatic JobTypeJobType.fromJobName(String jobName) JobId.type()RunId.type()static JobTypeReturns the enum constant of this class with the specified name.static JobType[]JobType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return types with arguments of type JobTypeModifier and TypeMethodDescriptionJobType.allIn(com.yahoo.config.provision.SystemName system) 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 noneJobType.from(com.yahoo.config.provision.SystemName system, com.yahoo.config.provision.zone.ZoneId zone) Returns the job type for the given zoneJobType.from(com.yahoo.config.provision.SystemName system, com.yahoo.config.provision.zone.ZoneId zone, boolean isTest) Returns the job type for the given zoneJobType.fromOptionalJobName(String jobName) 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 JobTypeConstructors in com.yahoo.vespa.hosted.controller.api.integration.deployment with parameters of type JobType