public interface ArtifactDeploymentTemplate
| Modifier and Type | Field and Description |
|---|---|
static ArtifactDeploymentTemplate |
NOP_ARTIFACT_DEPLOYMENT_TEMPLATE
No-op implementation of
ArtifactDeploymentTemplate. |
| Modifier and Type | Method and Description |
|---|---|
void |
postRedeploy(Artifact artifact)
Callback to be invoked just after redeploying an artifact.
|
void |
preRedeploy(Artifact artifact)
Callback to be invoked just before redeploying an artifact.
|
static final ArtifactDeploymentTemplate NOP_ARTIFACT_DEPLOYMENT_TEMPLATE
ArtifactDeploymentTemplate.void preRedeploy(Artifact artifact)
artifact - the artifact that is about to be redeployed.void postRedeploy(Artifact artifact)
artifact - the artifact that was just redeployed.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.