Package com.yahoo.config.application.api
Class DeploymentSpec.Delay
java.lang.Object
com.yahoo.config.application.api.DeploymentSpec.Step
com.yahoo.config.application.api.DeploymentSpec.Delay
- Enclosing class:
- DeploymentSpec
A deployment step which is to wait for some time before progressing to the next step
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconcerns(com.yahoo.config.provision.Environment environment, Optional<com.yahoo.config.provision.RegionName> region) Returns whether this step specifies the given environment, and, optionally, if this step specifies a region, whether this is also the given region.delay()The delay introduced by this step (beyond the time it takes to execute the step).toString()
-
Constructor Details
-
Delay
-
-
Method Details
-
delay
Description copied from class:DeploymentSpec.StepThe delay introduced by this step (beyond the time it takes to execute the step).- Overrides:
delayin classDeploymentSpec.Step
-
concerns
public boolean concerns(com.yahoo.config.provision.Environment environment, Optional<com.yahoo.config.provision.RegionName> region) Description copied from class:DeploymentSpec.StepReturns whether this step specifies the given environment, and, optionally, if this step specifies a region, whether this is also the given region.- Specified by:
concernsin classDeploymentSpec.Step
-
toString
-