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.HttpResponse
doCreateDeleteJobRequest(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse response)
String
getDisplayName()
String
getIconClassName()
String
getIconFileName()
Job<?,?>
getProject()
String
getUrlName()
-
-
-
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:
IOException
javax.servlet.ServletException
javax.mail.MessagingException
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getIconClassName
public String getIconClassName()
-
getProject
public Job<?,?> getProject()
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-