hudson.plugins.deploy
Interface ContainerAdapter
- All Superinterfaces:
- hudson.model.Describable<ContainerAdapter>, hudson.ExtensionPoint
- All Known Implementing Classes:
- CargoContainerAdapter, DefaultCargoContainerAdapterImpl, JBoss3xAdapter, JBoss4xAdapter, JBossAdapter, PasswordProtectedAdapterCargo, Tomcat4xAdapter, Tomcat5xAdapter, TomcatAdapter
public interface ContainerAdapter
- extends hudson.model.Describable<ContainerAdapter>, hudson.ExtensionPoint
- Author:
- Kohsuke Kawaguchi
|
Method Summary |
boolean |
redeploy(hudson.FilePath war,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
Perform redeployment. |
| Methods inherited from interface hudson.model.Describable |
getDescriptor |
LIST
static final hudson.util.DescriptorList<ContainerAdapter> LIST
redeploy
boolean redeploy(hudson.FilePath war,
hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.io.IOException,
java.lang.InterruptedException
- Perform redeployment.
If failed, return false.
- Throws:
java.io.IOException
java.lang.InterruptedException
Copyright © 2008. All Rights Reserved.