Class FullTaskInfos
- java.lang.Object
-
- com.xebialabs.deployit.cli.api.legacy.FullTaskInfos
-
@Deprecated public class FullTaskInfos extends java.lang.ObjectDeprecated.Translates aListofTaskWithStepsto the legacy Deployit 3.7FullTaskInfosAPI.
-
-
Constructor Summary
Constructors Constructor Description FullTaskInfos(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.util.List<FullTaskInfo>getTasks()Deprecated.booleanisEmpty()Deprecated.intsize()Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
getTasks
public java.util.List<FullTaskInfo> getTasks()
Deprecated.
-
size
public int size()
Deprecated.
-
isEmpty
public boolean isEmpty()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-