| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusterConfigurator.configureCluster(File[] paths,
List<MuleProcessController> mules) |
| Modifier and Type | Method and Description |
|---|---|
static DeploymentProbe |
DeploymentProbeFactory.createProbe(String packaging)
Deploys the application.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterDeployer.deploy() |
void |
StandaloneUndeployer.execute() |
void |
ClusterDeployer.initialize() |
void |
ClusterDeployer.undeploy(org.apache.maven.project.MavenProject mavenProject) |
| Constructor and Description |
|---|
ClusterDeployer(ClusterDeployment clusterDeployment,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
abstract Deployer |
AbstractDeployerFactory.createArtifactDeployer(Deployment deployment,
DeployerLog log)
Creates an artifact deployer.
|
Deployer |
AbstractDeployerFactory.ArmDeployerFactory.createArtifactDeployer(Deployment deployment,
DeployerLog log) |
Deployer |
AbstractDeployerFactory.StandaloneDeployerFactory.createArtifactDeployer(Deployment deployment,
DeployerLog log) |
void |
DefaultDeployer.deploy()
Invokes the
Deployer to deploy the artifact to a specific mule environment defined in the deployment configuration. |
void |
Deployer.deploy()
Deploys an artifact.
|
void |
DefaultDeployer.undeploy()
Invokes the
Deployer to undeploy the artifact from a specific mule environment defined in the deployment
configuration. |
void |
Deployer.undeploy()
Undeploys an artifact.
|
| Constructor and Description |
|---|
DefaultDeployer(Deployment deployment,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentDomainDeployer.deploy()
Deploys a mule domain to the Agent.
|
void |
AgentApplicationDeployer.deploy()
Deploys a mule application to the Agent.
|
void |
AgentArtifactDeployer.deployApplication()
Deploys the application specified in the
Deployment to the agent through the AgentClient. |
void |
AgentDomainDeployer.undeploy()
Undeploys a mule domain from the Agent.
|
void |
AgentApplicationDeployer.undeploy()
Undeploys a mule application from the Agent.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ArmArtifactDeployer.checkApplicationHasStarted()
Checks if an application in ARM has the
STARTED_STATUS status. |
void |
ArmDomainDeployer.deploy() |
void |
ArmApplicationDeployer.deploy()
Deploys a mule application to ARM.
|
void |
ArmArtifactDeployer.deployApplication()
Deploys the application specified in the
Deployment to ARM through the ArmClient. |
void |
ArmArtifactDeployer.deployDomain() |
void |
ArmDomainDeployer.undeploy() |
void |
ArmApplicationDeployer.undeploy()
Undeploys a mule application to ARM.
|
void |
ArmArtifactDeployer.undeployApplication()
Undeploys the application specified in the
Deployment to ARM through the ArmClient. |
void |
ArmArtifactDeployer.undeployDomain() |
| Constructor and Description |
|---|
ArmApplicationDeployer(Deployment deployment,
DeployerLog log) |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationDeployer.deployApplication() |
void |
DomainDeployer.deployDomain() |
void |
ApplicationDeployer.undeployApplication() |
void |
DomainDeployer.undeployDomain() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CloudHubArtifactDeployer.checkApplicationHasStarted()
Checks if an application in CloudHub has the
STARTED_STATUS status. |
protected void |
CloudHubArtifactDeployer.createOrUpdateApplication()
Creates or update an application in CloudHub.
|
void |
CloudHubDomainDeployer.deploy() |
void |
CloudHubApplicationDeployer.deploy()
Deploys a mule application to CloudHub.
|
void |
CloudHubArtifactDeployer.deployApplication()
Deploys an application to CloudHub.
|
void |
CloudHubArtifactDeployer.deployDomain() |
void |
CloudHubDomainDeployer.undeploy() |
void |
CloudHubApplicationDeployer.undeploy()
Undeploys a mule application from CloudHub.
|
void |
CloudHubArtifactDeployer.undeployApplication()
Deploys an application to CloudHub, stopping it.
|
void |
CloudHubArtifactDeployer.undeployDomain() |
protected void |
CloudHubArtifactDeployer.updateApplication()
Updates the application in CloudHub.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentModify |
RequestBuilder.buildDeploymentModify() |
DeploymentRequest |
RequestBuilder.buildDeploymentRequest() |
Target |
RequestBuilder.buildTarget() |
protected void |
RuntimeFabricArtifactDeployer.checkApplicationHasStarted()
Checks if an application in CloudHub has the
STARTED_STATUS status. |
void |
RuntimeFabricDomainDeployer.deploy()
Deploys an artifact.
|
void |
RuntimeFabricApplicationDeployer.deploy()
Deploys an artifact.
|
void |
RuntimeFabricArtifactDeployer.deployApplication() |
void |
RuntimeFabricArtifactDeployer.deployDomain() |
void |
RuntimeFabricDomainDeployer.undeploy()
Undeploys an artifact.
|
void |
RuntimeFabricApplicationDeployer.undeploy()
Undeploys an artifact.
|
void |
RuntimeFabricArtifactDeployer.undeployApplication() |
void |
RuntimeFabricArtifactDeployer.undeployDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneArtifactDeployer.addDomainFromstandaloneDeployment(StandaloneDeployment configuration)
Deploys the domain specified in the deployment configuration.
|
void |
StandaloneDomainDeployer.deploy()
Deploys a mule domain to Standalone.
|
void |
StandaloneApplicationDeployer.deploy()
Deploys a mule application to Standalone.
|
void |
StandaloneArtifactDeployer.deployApplication()
Deploys a mule application to Standalone.
|
void |
StandaloneArtifactDeployer.deployDomain()
Deploys a mule domain to Standalone.
|
protected void |
StandaloneArtifactDeployer.renameApplicationToApplicationName()
Renames the file to be deployed have the same name that the application appended by ".jar".
|
void |
StandaloneDomainDeployer.undeploy() |
void |
StandaloneApplicationDeployer.undeploy()
Undeploys a mule application from Standalone.
|
protected void |
StandaloneArtifactDeployer.undeploy(File muleHome)
Undeploys a mule application a standalone instance running in the specified .
|
void |
StandaloneArtifactDeployer.undeployApplication()
Undeploys a mule application from Standalone.
|
void |
StandaloneArtifactDeployer.undeployDomain() |
void |
StandaloneArtifactDeployer.waitForDeployments()
Waits for the deployment to be done.
|
| Constructor and Description |
|---|
StandaloneApplicationDeployer(Deployment deployment,
DeployerLog log) |
StandaloneApplicationDeployer(StandaloneArtifactDeployer deployer) |
StandaloneArtifactDeployer(Deployment deployment,
DeployerLog log)
Creates a
StandaloneArtifactDeployer based on the deployment configuration and the log. |
StandaloneDomainDeployer(Deployment deployment,
DeployerLog log) |
StandaloneDomainDeployer(StandaloneArtifactDeployer deployer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Deployment.setBasicDeploymentValues(org.apache.maven.project.MavenProject project) |
void |
Deployment.setDefaultValues(org.apache.maven.project.MavenProject project) |
abstract void |
Deployment.setEnvironmentSpecificValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentDeployment.setEnvironmentSpecificValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
ArmDeployment.setEnvironmentSpecificValues() |
void |
RuntimeFabricDeploymentSettings.setEnvironmentSpecificValues() |
void |
AnypointDeployment.setEnvironmentSpecificValues() |
void |
CloudHubDeployment.setEnvironmentSpecificValues() |
void |
RuntimeFabricDeployment.setEnvironmentSpecificValues() |
| Modifier and Type | Method and Description |
|---|---|
void |
MuleRuntimeDeployment.setEnvironmentSpecificValues() |
void |
ClusterDeployment.setEnvironmentSpecificValues() |
void |
StandaloneDeployment.setEnvironmentSpecificValues() |
| Modifier and Type | Method and Description |
|---|---|
static AbstractDeploymentValidator |
DeploymentValidatorFactory.createDeploymentValidator(Deployment deployment)
Creates a
AbstractDeploymentValidator for the given deployment. |
abstract EnvironmentSupportedVersions |
AbstractDeploymentValidator.getEnvironmentSupportedVersions()
Retrieves the supported mule runtime version in a specific environment.
|
void |
AbstractDeploymentValidator.validateMuleVersionAgainstEnvironment()
Validates that the mule runtime version declared in the deployment configuration is supported by the deployment environment.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSupportedVersions |
AgentDeploymentValidator.getEnvironmentSupportedVersions() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSupportedVersions |
ArmDeploymentValidator.getEnvironmentSupportedVersions() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSupportedVersions |
CloudHubDeploymentValidator.getEnvironmentSupportedVersions() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSupportedVersions |
RuntimeFabricDeploymentValidator.getEnvironmentSupportedVersions()
Retrieves the supported mule runtime version in a specific environment.
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSupportedVersions |
StandaloneDeploymentValidator.getEnvironmentSupportedVersions() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultDeploymentVerification.assertDeployment(Deployment deployment) |
void |
DeploymentVerification.assertDeployment(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
void |
AgentDeploymentVerification.assertDeployment(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
void |
ArmDeploymentVerification.assertDeployment(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
void |
CloudHubDeploymentVerification.assertDeployment(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeFabricDeploymentVerification.assertDeployment(Deployment deployment) |
Copyright © 2019 MuleSoft Inc. All rights reserved.