public abstract class AbstractTaskStep extends java.lang.Object implements TaskStep
| Modifier and Type | Field and Description |
|---|---|
protected ExecutableTask |
task |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractTaskStep(ExecutableTask task) |
| Modifier and Type | Method and Description |
|---|---|
ExecutableTask |
getTask() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLoadedTaskprotected final ExecutableTask task
protected AbstractTaskStep(ExecutableTask task)
public ExecutableTask getTask()