public interface TaskExecutionStateEvent
Modifier and Type | Method and Description |
---|---|
com.xebialabs.deployit.engine.api.execution.TaskExecutionState |
currentState()
Returns the current state of the task.
|
com.xebialabs.deployit.engine.api.execution.TaskExecutionState |
previousState()
Returns the previous state of the task.
|
com.xebialabs.deployit.engine.api.execution.TaskWithSteps |
task()
Return the detailed task information object.
|
com.xebialabs.deployit.engine.api.execution.TaskExecutionState previousState()
com.xebialabs.deployit.engine.api.execution.TaskExecutionState currentState()
com.xebialabs.deployit.engine.api.execution.TaskWithSteps task()