Class RequestDeleteJobAction

java.lang.Object
com.michelin.cio.jenkins.plugin.requests.action.RequestDeleteJobAction
All Implemented Interfaces:
Action, ModelObject

public class RequestDeleteJobAction extends Object implements Action
  • Constructor Details

    • RequestDeleteJobAction

      public RequestDeleteJobAction(Job<?,?> target)
  • Method Details

    • doCreateDeleteJobRequest

      @POST public org.kohsuke.stapler.HttpResponse doCreateDeleteJobRequest(org.kohsuke.stapler.StaplerRequest2 staplerRequest, org.kohsuke.stapler.StaplerResponse2 response) throws IOException, jakarta.servlet.ServletException, javax.mail.MessagingException
      Throws:
      IOException
      jakarta.servlet.ServletException
      javax.mail.MessagingException
    • getDisplayName

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

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

      public String getIconClassName()
    • getProject

      public Job<?,?> getProject()
    • getUrlName

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