A step to be executed.
| Type | Name and description |
|---|---|
void |
execute(java.io.File workingDir, java.io.File reportsDir)Executes a step |
java.lang.String |
getName()Name of this step. |
StepInfo |
getStepInfo()Information that was used during execution of the step |
Executes a step
workingDir - Working directory for stepreportsDir - Directory whether reports should be written to.Name of this step.
Information that was used during execution of the step