| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusterConfigurator.configureCluster(File[] paths,
List<MuleProcessController> mules) |
| Modifier and Type | Field and Description |
|---|---|
protected MuleProcessController |
DeploymentProbe.mule |
| Modifier and Type | Method and Description |
|---|---|
abstract Probe |
DeploymentProbe.isDeployed(MuleProcessController mule,
String artifactName)
Check if the current status of artifact is deployed.
|
Probe |
DomainDeploymentProbe.isDeployed(MuleProcessController mule,
String artifactName) |
Probe |
ApplicationDeploymentProbe.isDeployed(MuleProcessController mule,
String artifactName) |
abstract Probe |
DeploymentProbe.notDeployed(MuleProcessController mule,
String artifactName)
Check if the current status of artifact is not deployed.
|
Probe |
DomainDeploymentProbe.notDeployed(MuleProcessController mule,
String artifactName) |
Probe |
ApplicationDeploymentProbe.notDeployed(MuleProcessController mule,
String artifactName) |
| Constructor and Description |
|---|
ApplicationDeploymentProbe(MuleProcessController mule,
String domainName,
Boolean check) |
DeploymentProbe(MuleProcessController mule,
String artifactName,
Boolean check) |
| Constructor and Description |
|---|
StandaloneArtifactDeployer(Deployment deployment,
MuleProcessController controller,
DeployerLog log,
Prober prober) |
Copyright © 2019 MuleSoft Inc. All rights reserved.