org.mule.tools.maven.plugin
Class ArtifactCloudHubDeployMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.mule.tools.maven.plugin.AbstractCloudHubMojo
          extended by org.mule.tools.maven.plugin.AbstractCloudHubDeployMojo
              extended by org.mule.tools.maven.plugin.ArtifactCloudHubDeployMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ArtifactCloudHubDeployMojo
extends AbstractCloudHubDeployMojo


Field Summary
 
Fields inherited from class org.mule.tools.maven.plugin.AbstractCloudHubDeployMojo
maxWaitTime, muleVersion, project, properties, workers
 
Fields inherited from class org.mule.tools.maven.plugin.AbstractCloudHubMojo
cloudHubUrl, domain, password, username
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ArtifactCloudHubDeployMojo()
           
 
Method Summary
protected  File getArtifactFile()
          Returns the file corresponding to the artifact that is going to be deployed.
 
Methods inherited from class org.mule.tools.maven.plugin.AbstractCloudHubDeployMojo
execute
 
Methods inherited from class org.mule.tools.maven.plugin.AbstractCloudHubMojo
createDomainConnection, getPassword, getServer, getUsername, normalize
 
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
 

Constructor Detail

ArtifactCloudHubDeployMojo

public ArtifactCloudHubDeployMojo()
Method Detail

getArtifactFile

protected File getArtifactFile()
Description copied from class: AbstractCloudHubDeployMojo
Returns the file corresponding to the artifact that is going to be deployed.

Specified by:
getArtifactFile in class AbstractCloudHubDeployMojo
Returns:
artifact file


Copyright © 2010–2013 MuleSoft, Inc.. All rights reserved.