public interface Step
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
String |
getShortName() |
StepExecutionResult execute(ExecutionContext context) throws IOException, InterruptedException
IOExceptionInterruptedExceptionString getShortName()
String getDescription(ExecutionContext context)