| Constructor and Description |
|---|
MkdirStep() |
| Modifier and Type | Method and Description |
|---|---|
StepExecutionResult |
execute(ExecutionContext context) |
String |
getDescription(ExecutionContext context) |
abstract BuildCellRelativePath |
getPath() |
String |
getShortName() |
static MkdirStep |
of(BuildCellRelativePath path) |
public abstract BuildCellRelativePath getPath()
public StepExecutionResult execute(ExecutionContext context) throws IOException
execute in interface StepIOExceptionpublic String getShortName()
getShortName in interface Steppublic String getDescription(ExecutionContext context)
getDescription in interface Steppublic static MkdirStep of(BuildCellRelativePath path)