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 Summary
Constructors Constructor Description RequestDeleteJobAction(Job<?,?> target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponsedoCreateDeleteJobRequest(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse response)StringgetDisplayName()StringgetIconClassName()StringgetIconFileName()Job<?,?>getProject()StringgetUrlName()
-
-
-
Constructor Detail
-
RequestDeleteJobAction
public RequestDeleteJobAction(Job<?,?> target)
-
-
Method Detail
-
doCreateDeleteJobRequest
@POST public org.kohsuke.stapler.HttpResponse doCreateDeleteJobRequest(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.servlet.ServletException, javax.mail.MessagingException- Throws:
IOExceptionjavax.servlet.ServletExceptionjavax.mail.MessagingException
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayNamein interfaceAction- Specified by:
getDisplayNamein interfaceModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileNamein interfaceAction
-
getIconClassName
public String getIconClassName()
-
getProject
public Job<?,?> getProject()
-
getUrlName
public String getUrlName()
- Specified by:
getUrlNamein interfaceAction
-
-