com.xebialabs.deployit.engine.api.execution
Interface TaskWithSteps

All Superinterfaces:
TaskState

public interface TaskWithSteps
extends TaskState


Method Summary
 StepState getStep(int nr)
           
 java.util.List<StepState> getSteps()
           
 
Methods inherited from interface com.xebialabs.deployit.engine.api.execution.TaskState
getCompletionDate, getCurrentStepNr, getDescription, getFailureCount, getId, getMetadata, getNrSteps, getOwner, getStartDate, getState
 

Method Detail

getSteps

java.util.List<StepState> getSteps()

getStep

StepState getStep(int nr)