Interface Step<C extends ExecutionContext>
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
DeploymentStep
,InspectionStep
Deprecated.
A Step that can be executed for either Inspection or Deployment.
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Returns a description of what this step will really do on execution.
-
Method Details
-
getDescription
String getDescription()Deprecated.Returns a description of what this step will really do on execution.- Returns:
- the description.
-
execute
Deprecated.- Parameters:
ctx
- Context info required to execute the step.- Returns:
- result of the execution, successful, failed or warning
- Throws:
Exception
- Any type of exception can be thrown, this to prevent implementors of having to wrap any non-runtime exceptions.
-
Step