public class WaitStep
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.flow.Step
| Constructor and Description |
|---|
WaitStep(int order,
int waitTimeInSeconds,
java.lang.String container,
java.lang.String action) |
| Modifier and Type | Method and Description |
|---|---|
com.xebialabs.deployit.plugin.api.flow.StepExitCode |
execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx) |
java.lang.String |
getDescription() |
int |
getOrder() |
public WaitStep(int order,
int waitTimeInSeconds,
java.lang.String container,
java.lang.String action)
public java.lang.String getDescription()
getDescription in interface com.xebialabs.deployit.plugin.api.flow.Steppublic int getOrder()
getOrder in interface com.xebialabs.deployit.plugin.api.flow.Steppublic com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
execute in interface com.xebialabs.deployit.plugin.api.flow.Step