com.xebialabs.deployit.plugin.cloud.step
Class ValidateDescriptorStep

java.lang.Object
  extended by com.xebialabs.deployit.plugin.cloud.step.ValidateDescriptorStep
All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.flow.Step, java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.xebialabs.deployit.plugin.api.flow.Step
DEFAULT_ORDER
 
Constructor Summary
ValidateDescriptorStep(InstanceDescriptorResolver descriptorResolver, CiParser ciParser, java.util.HashMap<java.lang.Object,java.lang.Object> scope, java.lang.String descriptorTemplate)
           
ValidateDescriptorStep(InstanceDescriptorResolver descriptorResolver, CiParser ciParser, java.util.HashMap<java.lang.Object,java.lang.Object> scope, java.lang.String descriptorTemplate, ResultCheck resultCheck)
           
 
Method Summary
 com.xebialabs.deployit.plugin.api.flow.StepExitCode execute(com.xebialabs.deployit.plugin.api.flow.ExecutionContext ctx)
           
 java.lang.String getDescription()
           
 int getOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateDescriptorStep

public ValidateDescriptorStep(InstanceDescriptorResolver descriptorResolver,
                              CiParser ciParser,
                              java.util.HashMap<java.lang.Object,java.lang.Object> scope,
                              java.lang.String descriptorTemplate)

ValidateDescriptorStep

public ValidateDescriptorStep(InstanceDescriptorResolver descriptorResolver,
                              CiParser ciParser,
                              java.util.HashMap<java.lang.Object,java.lang.Object> scope,
                              java.lang.String descriptorTemplate,
                              ResultCheck resultCheck)
Method Detail

getOrder

public int getOrder()
Specified by:
getOrder in interface com.xebialabs.deployit.plugin.api.flow.Step

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface com.xebialabs.deployit.plugin.api.flow.Step

execute

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