Class MoveAction

All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction

@Extension public class MoveAction extends MoveActionWorker implements RootAction
Handles request to move one buildable item in a build queue, which is the core functionality of this plugin.
Author:
Jaroslav Otradovec
  • Constructor Details

    • MoveAction

      public MoveAction()
  • Method Details

    • getIconFileName

      @CheckForNull public String getIconFileName()
      Specified by:
      getIconFileName in interface Action
    • getDisplayName

      @CheckForNull public String getDisplayName()
      Specified by:
      getDisplayName in interface Action
      Specified by:
      getDisplayName in interface ModelObject
    • getUrlName

      @CheckForNull public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • doMove

      public void doMove(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response)
      Main method responsible for receiving request from user
      Parameters:
      request - Stapler request from user
      response - Stapler response send back to users browser