@Extension public class ImportZipAction extends Object implements hudson.model.RootAction
Constructor and Description |
---|
ImportZipAction() |
Modifier and Type | Method and 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) |
public String getIconFileName()
getIconFileName
in interface hudson.model.Action
public String getDisplayName()
getDisplayName
in interface hudson.model.Action
getDisplayName
in interface hudson.model.ModelObject
public String getUrlName()
getUrlName
in interface hudson.model.Action
public void doImport(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws IOException, InterruptedException, org.apache.commons.fileupload.FileUploadException
IOException
InterruptedException
org.apache.commons.fileupload.FileUploadException
public PreviewZipAction getPreviews(String id)
public PreviewZipAction addPreview(PreviewZipAction preview)
public PreviewZipAction removePreview(String id)
Copyright © 2016–2017 CLIF project. All rights reserved.