org.codehaus.cargo.maven2
Class DeployerUndeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.codehaus.cargo.maven2.AbstractCommonMojo
org.codehaus.cargo.maven2.AbstractCargoMojo
org.codehaus.cargo.maven2.AbstractDeployerMojo
org.codehaus.cargo.maven2.DeployerUndeployMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- AliasedDeployerUndeployMojo
public class DeployerUndeployMojo
- extends AbstractDeployerMojo
Undeploy a deployable from a container.
- Version:
- $Id: DeployerUndeployMojo.java 1702 2008-09-02 12:37:46Z adriana $
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.codehaus.cargo.maven2.AbstractCargoMojo |
containsAutoDeployable, createAutoDeployDeployable, createConfiguration, createContainer, createLogger, createNewContainer, execute, getCargoProject, getConfigurationElement, getContainerElement, getDeployerElement, getFileHandler, loadEmbeddedContainerDependencies, setCargoProject, setConfigurationElement, setContainerElement, setDeployerElement, setFileHandler |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeployerUndeployMojo
public DeployerUndeployMojo()
performDeployerActionOnSingleDeployable
protected void performDeployerActionOnSingleDeployable(Deployer deployer,
Deployable deployable,
URL pingURL,
Long pingTimeout)
- Specified by:
performDeployerActionOnSingleDeployable
in class AbstractDeployerMojo
Copyright © 2004-2012 Codehaus. All Rights Reserved.