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

java.lang.Object
  extended by com.xebialabs.deployit.cli.api.legacy.FullTaskInfos

public class FullTaskInfos
extends java.lang.Object

Translates a List of TaskWithSteps to the legacy Deployit 3.7 FullTaskInfos API.


Constructor Summary
FullTaskInfos(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)
           
 
Method Summary
 java.util.List<FullTaskInfo> getTasks()
           
 boolean isEmpty()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FullTaskInfos

public FullTaskInfos(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)
Method Detail

getTasks

public java.util.List<FullTaskInfo> getTasks()

size

public int size()

isEmpty

public boolean isEmpty()