| Modifier | Constructor and Description |
|---|---|
protected |
AppDeploymentProbe(MuleProcessController mule,
String appName,
Boolean check) |
| Modifier and Type | Method and Description |
|---|---|
String |
describeFailure()
Describes the cause of the criteria failure for further analysis.
|
static AppDeploymentProbe |
isDeployed(MuleProcessController mule,
String appName) |
boolean |
isSatisfied()
Indicates wheter or not the specified criteria was met or not.
|
static AppDeploymentProbe |
notDeployed(MuleProcessController mule,
String appName) |
protected AppDeploymentProbe(MuleProcessController mule, String appName, Boolean check)
public static AppDeploymentProbe isDeployed(MuleProcessController mule, String appName)
public static AppDeploymentProbe notDeployed(MuleProcessController mule, String appName)
public boolean isSatisfied()
ProbeisSatisfied in interface Probepublic String describeFailure()
ProbedescribeFailure in interface ProbeCopyright © 2017. All rights reserved.