public abstract class DeploymentProbe extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
artifactName |
protected boolean |
check |
protected MuleProcessController |
mule |
| Modifier | Constructor and Description |
|---|---|
|
DeploymentProbe() |
protected |
DeploymentProbe(MuleProcessController mule,
String artifactName,
Boolean check) |
| Modifier and Type | Method and Description |
|---|---|
abstract Probe |
isDeployed(MuleProcessController mule,
String artifactName)
Check if the current status of artifact is deployed.
|
abstract Probe |
notDeployed(MuleProcessController mule,
String artifactName)
Check if the current status of artifact is not deployed.
|
protected boolean check
protected MuleProcessController mule
protected String artifactName
public DeploymentProbe()
protected DeploymentProbe(MuleProcessController mule, String artifactName, Boolean check)
public abstract Probe isDeployed(MuleProcessController mule, String artifactName)
mule - A controller for the runtime instance.artifactName - The artifact which status is being checked.public abstract Probe notDeployed(MuleProcessController mule, String artifactName)
mule - A controller for the runtime instance.artifactName - The artifact which status is being checked.Copyright © 2024 MuleSoft Inc. All rights reserved.