com.xebialabs.deployit.cli.api.legacy
Class FullTaskInfo
java.lang.Object
com.xebialabs.deployit.cli.api.legacy.TaskInfo
com.xebialabs.deployit.cli.api.legacy.FullTaskInfo
public class FullTaskInfo
- extends TaskInfo
Translates the new TaskWithSteps object to the legacy Deployit 3.7 FullTaskInfo API.
|
Constructor Summary |
FullTaskInfo(com.xebialabs.deployit.engine.api.execution.TaskWithSteps task)
|
| Methods inherited from class com.xebialabs.deployit.cli.api.legacy.TaskInfo |
asList, getApplication, getCompletionDate, getCurrentStepNr, getEnvironment, getFailureCount, getId, getLabel, getNrOfSteps, getStartDate, getState, getTaskState, getUser, getVersion, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FullTaskInfo
public FullTaskInfo(com.xebialabs.deployit.engine.api.execution.TaskWithSteps task)
asFullList
public static java.util.List<FullTaskInfo> asFullList(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)
getSteps
public java.util.List<StepInfo> getSteps()
hasSteps
public boolean hasSteps()