Class GoalTask


  • public final class GoalTask
    extends java.lang.Object

    A task that is a goal

    NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
    Since:
    3.0
    Author:
    Benjamin Bentmann
    • Constructor Summary

      Constructors 
      Constructor Description
      GoalTask​(java.lang.String pluginGoal)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GoalTask

        public GoalTask​(java.lang.String pluginGoal)
    • Method Detail

      • toString

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