public class PreviewZipAction extends Object
Constructor and Description |
---|
PreviewZipAction(Zip zip) |
PreviewZipAction(Zip zip,
File dir) |
Modifier and Type | Method and Description |
---|---|
ClifInstallation[] |
clifs() |
void |
doProcess(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse res)
responds to POST /clif/previews/12345
|
List<String> |
getInstalls() |
List<String> |
getUninstalls() |
List<String> |
getUpgrades() |
String |
id() |
PreviewZipAction |
process(org.kohsuke.stapler.StaplerResponse res) |
PreviewZipAction |
with(ImportZipAction parent) |
public PreviewZipAction(Zip zip)
public void doProcess(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws IOException, InterruptedException
req
- requestres
- responseIOException
- process exceptionInterruptedException
- process was interruptedpublic PreviewZipAction with(ImportZipAction parent)
public PreviewZipAction process(org.kohsuke.stapler.StaplerResponse res) throws IOException, InterruptedException
IOException
InterruptedException
public String id()
public ClifInstallation[] clifs()
Copyright © 2016–2017 CLIF project. All rights reserved.