Package com.yahoo.config.application.api
Class DeploymentSpec.ParallelSteps
java.lang.Object
com.yahoo.config.application.api.DeploymentSpec.Step
com.yahoo.config.application.api.DeploymentSpec.Steps
com.yahoo.config.application.api.DeploymentSpec.ParallelSteps
- Enclosing class:
- DeploymentSpec
A container for multiple other steps, which are executed in parallel
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.config.application.api.DeploymentSpec.Steps
concerns, steps, zonesMethods inherited from class com.yahoo.config.application.api.DeploymentSpec.Step
concerns, hostTTL, isTest
-
Constructor Details
-
ParallelSteps
-
-
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.Steps
-
isOrdered
public boolean isOrdered()Description copied from class:DeploymentSpec.StepReturns whether the nested steps in this, if any, should be performed in declaration order.- Overrides:
isOrderedin classDeploymentSpec.Step
-
equals
- Overrides:
equalsin classDeploymentSpec.Steps
-
hashCode
public int hashCode()- Overrides:
hashCodein classDeploymentSpec.Steps
-
toString
- Overrides:
toStringin classDeploymentSpec.Steps
-