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()
void
doProcess(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res)
responds to POST /clif/previews/12345List<String>
getInstalls()
List<String>
getUninstalls()
List<String>
getUpgrades()
String
id()
PreviewZipAction
process(org.kohsuke.stapler.StaplerResponse res)
PreviewZipAction
with(ImportZipAction parent)
-
-
-
Method Detail
-
doProcess
public void doProcess(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse res) throws IOException, InterruptedException
responds 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:
IOException
InterruptedException
-
id
public String id()
-
clifs
public ClifInstallation[] clifs()
-
-