Uses of Class
com.yahoo.config.application.api.DeploymentSpec.Step
Packages that use DeploymentSpec.Step
-
Uses of DeploymentSpec.Step in com.yahoo.config.application.api
Subclasses of DeploymentSpec.Step in com.yahoo.config.application.apiModifier and TypeClassDescriptionfinal classThe deployment spec for an application instancestatic classA declared production teststatic classA deployment step which is to run deployment in a particular zonestatic classA deployment step which is to wait for some time before progressing to the next stepstatic classA container for multiple other steps, which are executed in parallelstatic classA container for several steps, by default in serial orderMethods in com.yahoo.config.application.api that return types with arguments of type DeploymentSpec.StepModifier and TypeMethodDescriptionDeploymentSpec.Step.steps()Returns any steps nested in this.DeploymentSpec.steps()Returns the deployment steps of this in the order they will be performedDeploymentSpec.Steps.steps()Constructor parameters in com.yahoo.config.application.api with type arguments of type DeploymentSpec.StepModifierConstructorDescriptionDeploymentInstanceSpec(com.yahoo.config.provision.InstanceName name, com.yahoo.config.provision.Tags tags, List<DeploymentSpec.Step> steps, DeploymentSpec.UpgradePolicy upgradePolicy, DeploymentSpec.RevisionTarget revisionTarget, DeploymentSpec.RevisionChange revisionChange, DeploymentSpec.UpgradeRollout upgradeRollout, int minRisk, int maxRisk, int maxIdleHours, List<DeploymentSpec.ChangeBlocker> changeBlockers, Optional<com.yahoo.config.provision.AthenzService> athenzService, Map<com.yahoo.config.provision.CloudName, com.yahoo.config.provision.CloudAccount> cloudAccounts, Optional<Duration> hostTTL, Notifications notifications, List<Endpoint> endpoints, Map<com.yahoo.config.provision.ClusterSpec.Id, Map<com.yahoo.config.provision.zone.ZoneId, com.yahoo.config.provision.ZoneEndpoint>> zoneEndpoints, Bcp bcp, Instant now) DeploymentSpec(List<DeploymentSpec.Step> steps, Optional<Integer> majorVersion, Optional<com.yahoo.config.provision.AthenzDomain> athenzDomain, Optional<com.yahoo.config.provision.AthenzService> athenzService, Map<com.yahoo.config.provision.CloudName, com.yahoo.config.provision.CloudAccount> cloudAccounts, Optional<Duration> hostTTL, List<Endpoint> endpoints, String xmlForm, List<DeploymentSpec.DeprecatedElement> deprecatedElements, DeploymentSpec.DevSpec devSpec) ParallelSteps(List<DeploymentSpec.Step> steps) Steps(List<DeploymentSpec.Step> steps)