com.xebialabs.deployit.plugin.test.v3.step
Class TestStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.test.v3.step.TestStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step, java.io.Serializable
Direct Known Subclasses:
TestCreateStep, TestDestroyStep

public abstract class TestStep
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.flow.Step

See Also:
Serialized Form

Field Summary
protected  DummyContainer testCi
           
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER
 
Constructor Summary
TestStep(DummyContainer testCi)
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
getDescription, getOrder
 

Field Detail

testCi

protected DummyContainer testCi
Constructor Detail

TestStep

public TestStep(DummyContainer testCi)
Method Detail

execute

public com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
Specified by:
execute in interface com.xebialabs.deployit.plugin.api.flow.Step