Package org.ow2.clif.jenkins
Class ImportZipAction
- java.lang.Object
-
- org.ow2.clif.jenkins.ImportZipAction
-
- All Implemented Interfaces:
ExtensionPoint
,Action
,ModelObject
,RootAction
@Extension public class ImportZipAction extends Object implements RootAction
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description ImportZipAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreviewZipAction
addPreview(PreviewZipAction preview)
void
doImport(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)
String
getDisplayName()
String
getIconFileName()
PreviewZipAction
getPreviews(String id)
String
getUrlName()
PreviewZipAction
removePreview(String id)
-
-
-
Method Detail
-
getIconFileName
public String getIconFileName()
- Specified by:
getIconFileName
in interfaceAction
-
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interfaceAction
- Specified by:
getDisplayName
in interfaceModelObject
-
getUrlName
public String getUrlName()
- Specified by:
getUrlName
in interfaceAction
-
doImport
public void doImport(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws IOException, InterruptedException, org.apache.commons.fileupload.FileUploadException
- Throws:
IOException
InterruptedException
org.apache.commons.fileupload.FileUploadException
-
getPreviews
public PreviewZipAction getPreviews(String id)
-
addPreview
public PreviewZipAction addPreview(PreviewZipAction preview)
-
removePreview
public PreviewZipAction removePreview(String id)
-
-