Uses of 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.deploymentTo(com.yahoo.config.provision.zone.ZoneId zone) A deployment to the given zone; this may be a zone in thetestorstagingenvironments.static JobTypeJobType.dev(com.yahoo.config.provision.RegionName region) A deployment to the given dev region.static JobTypeA deployment to the given dev region.static JobTypeJobType.fromJobName(String jobName, ZoneRegistry zones) Creates a new job type from a job name, and a zone registry for looking up zones for the special system and staging test types.static JobTypeJobType.ofSerialized(String raw) Creates a new job type from serialized zone data, and whether it is a production test; the inverse ofserialized()static JobTypeJobType.perf(com.yahoo.config.provision.RegionName region) A deployment to the given perf region.static JobTypeA deployment to the given perf region.static JobTypeJobType.prod(com.yahoo.config.provision.RegionName region) A deployment to the given prod region.static JobTypeA deployment to the given prod region.static JobTypeJobType.productionTestOf(com.yahoo.config.provision.zone.ZoneId zone) A production test in the given production zone.static JobTypeJobType.stagingTest(ZoneRegistry zones) A staging test in a staging zone, or throws if no staging zones are present.static JobTypeJobType.systemTest(ZoneRegistry zones) A system test in a test zone, or throws if no test zones are present..static JobTypeJobType.test(com.yahoo.config.provision.RegionName region) A production test in the given region.static JobTypeA production test in the given region.JobId.type()RunId.type()Methods in com.yahoo.vespa.hosted.controller.api.integration.deployment that return types with arguments of type JobTypeMethods 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