|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Step
@Deprecated public interface Step<C extends ExecutionContext>
A Step that can be executed for either Inspection or Deployment.
| Nested Class Summary | |
|---|---|
static class |
Step.Result
Deprecated. |
| Method Summary | |
|---|---|
Step.Result |
execute(C ctx)
Deprecated. |
java.lang.String |
getDescription()
Deprecated. Returns a description of what this step will really do on execution. |
| Method Detail |
|---|
java.lang.String getDescription()
Step.Result execute(C 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 | ||||||||