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.deployment.execution.DeploymentStep, com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext>, java.io.Serializable
Direct Known Subclasses:
TestCreateStep, TestDestroyStep

public abstract class TestStep
extends java.lang.Object
implements com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentStep

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
com.xebialabs.deployit.plugin.api.execution.Step.Result
 
Field Summary
protected  DummyContainer testCi
           
 
Constructor Summary
TestStep(DummyContainer testCi)
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.execution.Step.Result execute(com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext 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.deployment.execution.DeploymentStep
getOrder
 
Methods inherited from interface com.xebialabs.deployit.plugin.api.execution.Step
getDescription
 

Field Detail

testCi

protected DummyContainer testCi
Constructor Detail

TestStep

public TestStep(DummyContainer testCi)
Method Detail

execute

public com.xebialabs.deployit.plugin.api.execution.Step.Result execute(com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext ctx)
Specified by:
execute in interface com.xebialabs.deployit.plugin.api.execution.Step<com.xebialabs.deployit.plugin.api.deployment.execution.DeploymentExecutionContext>