org.mule.tools.maven.plugin
Class AbstractCloudHubMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.mule.tools.maven.plugin.AbstractCloudHubMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- CloudHubDeployMojo, CloudHubUnDeployMojo
public abstract class AbstractCloudHubMojo
- extends org.apache.maven.plugin.AbstractMojo
Base class for CloudHub Mojos
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
| Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
cloudHubUrl
protected String cloudHubUrl
domain
protected String domain
username
protected String username
password
protected String password
AbstractCloudHubMojo
public AbstractCloudHubMojo()
getServer
protected org.apache.maven.settings.Server getServer()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
normalize
protected String normalize(String url)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getUsername
protected String getUsername()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
getPassword
protected String getPassword()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
createDomainConnection
protected CloudHubAdapter createDomainConnection()
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.