Interface TaskExecutionStateEvent
public interface TaskExecutionStateEvent
-
Method Summary
Modifier and TypeMethodDescriptioncom.xebialabs.deployit.engine.api.execution.TaskExecutionState
Returns the current state of the task.com.xebialabs.deployit.engine.api.execution.TaskExecutionState
Returns the previous state of the task.com.xebialabs.deployit.engine.api.execution.TaskWithSteps
task()
Return the detailed task information object.
-
Method Details
-
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.
-