Class FullTaskInfo


  • @Deprecated
    public class FullTaskInfo
    extends TaskInfo
    Deprecated.
    Translates the new TaskWithSteps object to the legacy Deployit 3.7 FullTaskInfo API.
    • Constructor Detail

      • FullTaskInfo

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

      • asFullList

        public static java.util.List<FullTaskInfo> asFullList​(java.util.List<com.xebialabs.deployit.engine.api.execution.TaskWithSteps> tasks)
        Deprecated.
      • getSteps

        public java.util.List<StepInfo> getSteps()
        Deprecated.
      • hasSteps

        public boolean hasSteps()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class TaskInfo