| Constructor and Description |
|---|
AgentClient(DeployerLog log,
Deployment deployment) |
| Constructor and Description |
|---|
ArmClient(Deployment armDeployment,
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.AgentDeployerFactory.createArtifactDeployer(Deployment deployment,
DeployerLog log) |
Deployer |
AbstractDeployerFactory.StandaloneDeployerFactory.createArtifactDeployer(Deployment deployment,
DeployerLog log) |
Deployer |
AbstractDeployerFactory.CloudHubDeployerFactory.createArtifactDeployer(Deployment deployment,
DeployerLog log) |
Deployer |
AbstractDeployerFactory.RuntimeFabricDeployerFactory.createArtifactDeployer(Deployment deployment,
DeployerLog log) |
| Constructor and Description |
|---|
DefaultDeployer(Deployment deployment,
DeployerLog log) |
| Constructor and Description |
|---|
AgentApplicationDeployer(Deployment deployment,
DeployerLog log)
Constructor for the
AgentApplicationDeployer. |
AgentArtifactDeployer(Deployment deployment,
AgentClient client) |
AgentArtifactDeployer(Deployment deployment,
DeployerLog log) |
AgentDomainDeployer(Deployment deployment,
DeployerLog log)
Constructor for the
AgentDomainDeployer. |
| Constructor and Description |
|---|
ArmApplicationDeployer(Deployment deployment,
DeployerLog log) |
ArmArtifactDeployer(Deployment deployment,
ArmClient client,
DeployerLog log) |
ArmArtifactDeployer(Deployment deployment,
DeployerLog log) |
ArmDomainDeployer(Deployment deployment,
DeployerLog log) |
| Constructor and Description |
|---|
CloudHubApplicationDeployer(Deployment deployment,
DeployerLog log) |
CloudHubArtifactDeployer(Deployment deployment,
CloudHubClient cloudHubClient,
DeployerLog log) |
CloudHubArtifactDeployer(Deployment deployment,
DeployerLog log) |
CloudHubDomainDeployer(Deployment deployment,
DeployerLog log) |
| Constructor and Description |
|---|
RuntimeFabricApplicationDeployer(Deployment deployment,
DeployerLog log) |
RuntimeFabricArtifactDeployer(Deployment deployment,
DeployerLog log) |
RuntimeFabricArtifactDeployer(Deployment deployment,
RuntimeFabricClient client,
DeployerLog log) |
RuntimeFabricDomainDeployer(Deployment deployment,
DeployerLog log) |
| Constructor and Description |
|---|
StandaloneApplicationDeployer(Deployment deployment,
DeployerLog log) |
StandaloneArtifactDeployer(Deployment deployment,
DeployerLog log)
Creates a
StandaloneArtifactDeployer based on the deployment configuration and the log. |
StandaloneArtifactDeployer(Deployment deployment,
MuleProcessController controller,
DeployerLog log,
Prober prober) |
StandaloneDomainDeployer(Deployment deployment,
DeployerLog log) |
| Modifier and Type | Class and Description |
|---|---|
class |
AgentDeployment |
| Modifier and Type | Class and Description |
|---|---|
class |
AnypointDeployment |
class |
ArmDeployment |
class |
CloudHubDeployment |
class |
RuntimeFabricDeployment |
| Modifier and Type | Class and Description |
|---|---|
class |
ClusterDeployment |
class |
MuleRuntimeDeployment |
class |
StandaloneDeployment |
| Modifier and Type | Field and Description |
|---|---|
protected Deployment |
AbstractDeploymentValidator.deployment
The deployment to be validated.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractDeploymentValidator |
DeploymentValidatorFactory.createDeploymentValidator(Deployment deployment)
Creates a
AbstractDeploymentValidator for the given deployment. |
| Constructor and Description |
|---|
AbstractDeploymentValidator(Deployment deployment) |
| Constructor and Description |
|---|
AgentDeploymentValidator(Deployment deployment) |
| Constructor and Description |
|---|
ArmDeploymentValidator(Deployment deployment) |
| Constructor and Description |
|---|
CloudHubDeploymentValidator(Deployment deployment) |
| Constructor and Description |
|---|
RuntimeFabricDeploymentValidator(Deployment deployment) |
| Constructor and Description |
|---|
StandaloneDeploymentValidator(Deployment deployment) |
| Modifier and Type | Method and Description |
|---|---|
Predicate<Deployment> |
DeploymentVerificationStrategy.isDeployed() |
Consumer<Deployment> |
DeploymentVerificationStrategy.onTimeout() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentVerification.assertDeployment(Deployment deployment) |
void |
DefaultDeploymentVerification.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 © 2018 MuleSoft Inc. All rights reserved.