public class ThemesAndSkinsWarStepsContributor extends AbstractWasArtifactStepsContributor
| Constructor and Description |
|---|
ThemesAndSkinsWarStepsContributor()
Initialize a new installation steps contributor for Portlet EARs
|
| Modifier and Type | Method and Description |
|---|---|
void |
contributePortletSteps(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context) |
protected void |
install(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
Method to implement CI installation.
|
protected void |
uninstall(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToUninstall,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
Method to implement CI uninstallation.
|
protected void |
update(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact newArtifact,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact oldArtifact,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
Method to implement CI update.
|
callInstall, callUninstall, callUpdate, matchesCiTypeCriteria, processInstallationOfCi, processUninstallationOfCi, processUpdateOfCipublic ThemesAndSkinsWarStepsContributor()
public void contributePortletSteps(com.xebialabs.deployit.plugin.api.deployment.specification.Deltas deltas,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context)
contributePortletSteps in class AbstractStepsContributor<com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact>protected void install(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
install in class AbstractStepsContributor<com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact>artifactToInstall - The CI to install.context - The deployment planning context.delta - The delta currently processed.protected void update(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact newArtifact,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact oldArtifact,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
update in class AbstractStepsContributor<com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact>newArtifact - The new CI for the container.oldArtifact - The old/current CI for the container.context - The deployment planning context.delta - The delta currently processed.protected void uninstall(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToUninstall,
com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext context,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
uninstall in class AbstractStepsContributor<com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact>artifactToUninstall - The CI to uninstall.context - The deployment planning context.delta - The delta currently processed.