org.zeroturnaround.jenkins
Class DeployPluginProxy

java.lang.Object
  extended by org.zeroturnaround.jenkins.DeployPluginProxy

public class DeployPluginProxy
extends Object

Author:
Juri Timoshin

Constructor Summary
DeployPluginProxy(hudson.plugins.deploy.ContainerAdapter adapter, hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 
Method Summary
 boolean cargoDeploy(hudson.FilePath warFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployPluginProxy

public DeployPluginProxy(hudson.plugins.deploy.ContainerAdapter adapter,
                         hudson.model.AbstractBuild build,
                         hudson.Launcher launcher,
                         hudson.model.BuildListener listener)
Method Detail

cargoDeploy

public boolean cargoDeploy(hudson.FilePath warFile)
                    throws IOException,
                           InterruptedException
Throws:
IOException
InterruptedException


Copyright © 2004-2011. All Rights Reserved.