Class SimpleEmergencyStopAction

java.lang.Object
io.jenkins.plugins.emergencystop.SimpleEmergencyStopAction
All Implemented Interfaces:
ExtensionPoint, Action, ModelObject, RootAction

@Extension public class SimpleEmergencyStopAction extends Object implements RootAction
  • Constructor Details

    • SimpleEmergencyStopAction

      public SimpleEmergencyStopAction()
  • Method Details

    • getStoppedPipelines

      public int getStoppedPipelines()
    • getNotStoppedPipelines

      public int getNotStoppedPipelines()
    • getIconFileName

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

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

      public String getUrlName()
      Specified by:
      getUrlName in interface Action
    • doStop

      @POST public void doStop(org.kohsuke.stapler.StaplerRequest2 req, org.kohsuke.stapler.StaplerResponse2 rsp) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException