Class AnonymousTask

  • All Implemented Interfaces:
    Task, java.lang.Iterable<Task>

    public class AnonymousTask
    extends AbstactTask
    Represents an intermediate task. Usable if there is a level gap in the notation e.g.:
     # Level 1
     ### Level 3
     
    Place the AnonymousTask between Level 1 and Level 3 to have a valid tree.
    Author:
    alexxismachine (Ulrich David)
    • Field Detail

    • Constructor Detail

      • AnonymousTask

        public AnonymousTask​(Task parent)
        Create with given parent.
        Parameters:
        parent - the parent task.