public class DeployMojo extends AbstractMuleMojo
UndeployMojo,
org.mule.test.infrastructure.process.MuleProcessControllerAbstractMuleMojo.DeploymentType| Modifier and Type | Field and Description |
|---|---|
protected ArchiverManager |
archiverManager |
protected String[] |
arguments
List of Mule Runtime Standalone command line arguments.
|
protected boolean |
community
When set to true the plugin will use Mule Standalone Community Edition.
|
protected Long |
deploymentTimeout
Deployment timeout in milliseconds.
|
protected List<File> |
libs
List of external libs (Jar files) to be added to MULE_HOME/user/lib directory.
|
protected Map<String,String> |
properties
CloudHub properties.
|
protected String |
region
Region to deploy the application in Cloudhub.
|
protected Integer |
workers
Number of workers for the deployment of the application in Cloudhub.
|
protected String |
workerType
Type of workers for the deployment of the application in Cloudhub.
|
application, applicationName, armInsecure, artifactFactory, artifactResolver, businessGroup, decrypter, deploymentType, domain, environment, localRepository, mavenProject, muleHome, muleVersion, password, script, server, settings, size, skip, target, targetType, timeout, uri, username| Constructor and Description |
|---|
DeployMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
doExecute() |
void |
standalone() |
addDependencies, addDomain, execute, executeGroovyScript, getDependency, initializeApplication, initializeEnvironment, readFile, resolveMavenProjectArtifactprotected ArchiverManager archiverManager
protected boolean community
protected Long deploymentTimeout
protected String[] arguments
-M-D.
If you want to add a System property for the Wrapper don't forget to prepend -D.
Example: <arguments><argument>-M-Djdbc.url=jdbc:oracle:thin:@myhost:1521:orcl</argument></arguments>
protected List<File> libs
protected String region
protected Integer workers
protected String workerType
public void doExecute()
throws MojoExecutionException,
MojoFailureException
doExecute in class AbstractMuleMojoMojoExecutionExceptionMojoFailureExceptionpublic void standalone()
throws MojoExecutionException,
MojoFailureException
MojoExecutionExceptionMojoFailureExceptionCopyright © 2017 MuleSoft Inc. All rights reserved.