@Deprecated public class FullTaskInfo extends TaskInfo
TaskWithSteps object to the legacy Deployit 3.7 FullTaskInfo API.| Constructor and Description |
|---|
FullTaskInfo(com.xebialabs.deployit.engine.api.execution.TaskWithSteps task)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<FullTaskInfo> |
asFullList(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)
Deprecated.
|
java.util.List<StepInfo> |
getSteps()
Deprecated.
|
boolean |
hasSteps()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
asList, getApplication, getCompletionDate, getCurrentStepNr, getCurrentStepNrs, getEnvironment, getFailureCount, getId, getLabel, getNrOfSteps, getScheduledDate, getStartDate, getState, getTaskState, getUser, getVersionpublic FullTaskInfo(com.xebialabs.deployit.engine.api.execution.TaskWithSteps task)
public static java.util.List<FullTaskInfo> asFullList(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)
public java.util.List<StepInfo> getSteps()
public boolean hasSteps()