Class RequestDeleteMultiBranchAction
- java.lang.Object
-
- com.michelin.cio.jenkins.plugin.requests.action.RequestDeleteMultiBranchAction
-
- All Implemented Interfaces:
Action
,ModelObject
public class RequestDeleteMultiBranchAction extends Object implements Action
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RequestDeleteMultiBranchAction.TransientFolderActionFactoryImpl
-
Constructor Summary
Constructors Constructor Description RequestDeleteMultiBranchAction(AbstractItem target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kohsuke.stapler.HttpResponse
doCreateDeleteMultiBranchRequest(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse response)
String
getDisplayName()
String
getIconClassName()
String
getIconFileName()
AbstractItem
getProject()
String
getUrlName()
-
-
-
Constructor Detail
-
RequestDeleteMultiBranchAction
public RequestDeleteMultiBranchAction(AbstractItem target)
-
-
Method Detail
-
doCreateDeleteMultiBranchRequest
@POST public org.kohsuke.stapler.HttpResponse doCreateDeleteMultiBranchRequest(org.kohsuke.stapler.StaplerRequest staplerRequest, org.kohsuke.stapler.StaplerResponse response) throws IOException, javax.mail.MessagingException
- Throws:
IOException
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 AbstractItem getProject()
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
-