Class ClusterTaskAction

  • All Implemented Interfaces:
    Action

    public class ClusterTaskAction
    extends AbstractAction
    This class define a action to launch a task on a cluster.
    Since:
    2.0
    Author:
    Laurent Jourdren
    • Constructor Detail

      • ClusterTaskAction

        public ClusterTaskAction()
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Action
        Get the name of the action.
        Returns:
        the name of the action
      • getDescription

        public String getDescription()
        Description copied from interface: Action
        Get action description.
        Returns:
        the description description
      • isHidden

        public boolean isHidden()
        Description copied from interface: Action
        Test if the action must be hidden from the list of available actions.
        Specified by:
        isHidden in interface Action
        Overrides:
        isHidden in class AbstractAction
        Returns:
        true if the action must be hidden
      • action

        public void action​(List<String> arguments)
        Description copied from interface: Action
        Execute action.
        Parameters:
        arguments - arguments of the action.