|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Step
A Step that can be executed for either Inspection or Deployment.
| Field Summary | |
|---|---|
static int |
DEFAULT_ORDER
The default step order. |
| Method Summary | |
|---|---|
StepExitCode |
execute(ExecutionContext ctx)
|
java.lang.String |
getDescription()
Returns a description of what this step will really do on execution. |
int |
getOrder()
The order of the step in the step list. |
| Field Detail |
|---|
static final int DEFAULT_ORDER
| Method Detail |
|---|
int getOrder()
java.lang.String getDescription()
StepExitCode execute(ExecutionContext ctx)
throws java.lang.Exception
ctx - Context info required to execute the step.
java.lang.Exception - Any type of exception can be thrown,
this to prevent implementors of having to wrap any non-runtime exceptions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||