Uses of Enum Class
com.yahoo.config.application.api.DeploymentSpec.RevisionTarget
Packages that use DeploymentSpec.RevisionTarget
-
Uses of DeploymentSpec.RevisionTarget in com.yahoo.config.application.api
Methods in com.yahoo.config.application.api that return DeploymentSpec.RevisionTargetModifier and TypeMethodDescriptionDeploymentInstanceSpec.revisionTarget()
Returns the revision target choice of this, which islatest
by defaultReturns the enum constant of this class with the specified name.static DeploymentSpec.RevisionTarget[]
DeploymentSpec.RevisionTarget.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.yahoo.config.application.api with parameters of type DeploymentSpec.RevisionTargetModifierConstructorDescriptionDeploymentInstanceSpec
(com.yahoo.config.provision.InstanceName name, 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<String> globalServiceId, Optional<com.yahoo.config.provision.AthenzService> athenzService, Optional<com.yahoo.config.provision.CloudAccount> cloudAccount, Notifications notifications, List<Endpoint> endpoints, Instant now)