Interface TaskWithSteps
-
- All Superinterfaces:
SerializableTask
,TaskState
@Deprecated public interface TaskWithSteps extends TaskState
Deprecated.UseStepBlockState
instead.The information of a task.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StepState
getStep(int nr)
Deprecated.java.util.List<StepState>
getSteps()
Deprecated.-
Methods inherited from interface com.xebialabs.deployit.engine.api.execution.SerializableTask
getCompletionDate, getDescription, getFailureCount, getId, getMetadata, getOwner, getPackageDependencies, getScheduledDate, getStartDate, getWorkerId
-
Methods inherited from interface com.xebialabs.deployit.engine.api.execution.TaskState
getCurrentStepNr, getCurrentStepNrs, getNrSteps, getState
-
-