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

java.lang.Object
  extended by com.xebialabs.deployit.plugin.test.v3.step.TestStep
      extended by com.xebialabs.deployit.plugin.test.v3.step.TestDestroyStep
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

public class TestDestroyStep
extends TestStep

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
 
Fields inherited from class com.xebialabs.deployit.plugin.test.v3.step.TestStep
testCi
 
Constructor Summary
TestDestroyStep(DummyContainer testCi, int stepNr)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getOrder()
           
 
Methods inherited from class com.xebialabs.deployit.plugin.test.v3.step.TestStep
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDestroyStep

public TestDestroyStep(DummyContainer testCi,
                       int stepNr)
Method Detail

getDescription

public java.lang.String getDescription()

getOrder

public int getOrder()