Package org.ow2.clif.jenkins
Class PreviewZipAction
- java.lang.Object
-
- org.ow2.clif.jenkins.PreviewZipAction
-
public class PreviewZipAction extends Object
-
-
Constructor Summary
Constructors Constructor Description PreviewZipAction(Zip zip)PreviewZipAction(Zip zip, File dir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClifInstallation[]clifs()voiddoProcess(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)responds to POST /clif/previews/12345List<String>getInstalls()List<String>getUninstalls()List<String>getUpgrades()Stringid()PreviewZipActionprocess(org.kohsuke.stapler.StaplerResponse res)PreviewZipActionwith(ImportZipAction parent)
-
-
-
Method Detail
-
doProcess
public void doProcess(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws IOException, InterruptedExceptionresponds to POST /clif/previews/12345- Parameters:
req- requestres- response- Throws:
IOException- process exceptionInterruptedException- process was interrupted
-
with
public PreviewZipAction with(ImportZipAction parent)
-
process
public PreviewZipAction process(org.kohsuke.stapler.StaplerResponse res) throws IOException, InterruptedException
- Throws:
IOExceptionInterruptedException
-
id
public String id()
-
clifs
public ClifInstallation[] clifs()
-
-