| Package | Description |
|---|---|
| org.mule.tools.client.standalone.controller.probing | |
| org.mule.tools.client.standalone.controller.probing.deployment |
| Modifier and Type | Method and Description |
|---|---|
void |
Prober.check(Probe probe) |
void |
PollingProber.check(Probe probe) |
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationDeploymentProbe
Checks if a Mule application is successfully deployed.
|
class |
DomainDeploymentProbe |
| 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) |
Copyright © 2019 MuleSoft Inc. All rights reserved.