Class AbstractTaskBuilder<T extends Task>

    • Constructor Detail

      • AbstractTaskBuilder

        public AbstractTaskBuilder()
    • Method Detail

      • withName

        public AbstractTaskBuilder<T> withName​(String name)
        Assigns a name to the task being built
        Parameters:
        name - the name of the task
        Returns:
        A reference to this object
      • getName

        protected String getName()