| Type | Name and description |
|---|---|
java.lang.String |
name |
java.io.File |
reportDir |
java.io.File |
workingDir |
| Constructor and description |
|---|
protected AbstractStep
(java.lang.String name) |
| Type | Name and description |
|---|---|
protected void |
createDirs(java.io.File workingDir, java.io.File reportsDir) |
java.lang.String |
getName()Name of this step. |
java.io.File |
getReportDir()Directory where reports should be written to |
StepInfo |
getStepInfo()Information that was used during execution of the step |
java.io.File |
getWorkingDir()Base directory where work occurs in |
protected void |
setReportDir(java.io.File rd)Set unique reporting directory for this step. |
protected void |
setWorkingDir(java.io.File wd)Set working directory for this step. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Name of this step.
Directory where reports should be written to
Information that was used during execution of the step
Base directory where work occurs in
Set unique reporting directory for this step.
rd - Reporting directorySet working directory for this step.
wd - Working directoryGroovy Documentation