com.xebialabs.deployit.cli.api.legacy
Class FullTaskInfo

java.lang.Object
  extended by com.xebialabs.deployit.cli.api.legacy.TaskInfo
      extended by 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)
           
 
Method Summary
static java.util.List<FullTaskInfo> asFullList(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)
           
 java.util.List<StepInfo> getSteps()
           
 boolean hasSteps()
           
 
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
 

Constructor Detail

FullTaskInfo

public FullTaskInfo(com.xebialabs.deployit.engine.api.execution.TaskWithSteps task)
Method Detail

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()