org.mule.tools.maven.plugin
Class AbstractCloudHubDeployMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mule.tools.maven.plugin.AbstractCloudHubMojo
org.mule.tools.maven.plugin.AbstractCloudHubDeployMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- ArtifactCloudHubDeployMojo, TargetCloudHubDeployMojo
public abstract class AbstractCloudHubDeployMojo
- extends AbstractCloudHubMojo
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
|
protected abstract File |
getArtifactFile()
Returns the file corresponding to the artifact that is going to be deployed. |
| 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 |
workers
protected int workers
muleVersion
protected String muleVersion
maxWaitTime
protected long maxWaitTime
properties
protected Map<String,String> properties
project
protected org.apache.maven.project.MavenProject project
AbstractCloudHubDeployMojo
public AbstractCloudHubDeployMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getArtifactFile
protected abstract File getArtifactFile()
- Returns the file corresponding to the artifact that is going to be deployed.
- Returns:
- artifact file
Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.