Interface TaskExecutionStateEvent
-
public interface TaskExecutionStateEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
previousState
com.xebialabs.deployit.engine.api.execution.TaskExecutionState previousState()
Returns the previous state of the task.
-
currentState
com.xebialabs.deployit.engine.api.execution.TaskExecutionState currentState()
Returns the current state of the task.
-
task
com.xebialabs.deployit.engine.api.execution.TaskWithSteps task()
Return the detailed task information object.
-
-