public class PortletWebApplicationActionStep extends AbstractPortletApplicationActionStep
PROPERTY_REGISTER_ORDER, PROPERTY_REGISTER_SCRIPT, PROPERTY_UNREGISTER_ORDER, PROPERTY_UNREGISTER_SCRIPT| Constructor and Description |
|---|
PortletWebApplicationActionStep(java.lang.String script,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToChange,
int order)
Initialize a new step to execute XML access specified by
script to modify the CI artifactToChange. |
| Modifier and Type | Method and Description |
|---|---|
protected PortletArchive |
buildModel(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstal) |
updateExecutionContextaddToStepContext, execute, getTemplateParserexecuteXmlAccessgetDescription, getOrder, getPropertypublic PortletWebApplicationActionStep(java.lang.String script,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToChange,
int order)
script to modify the CI artifactToChange. The step order is specified by order.script - XML Access script to execute.artifactToChange - The CI artifact to change.order - The steps order.protected PortletArchive buildModel(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstal)
buildModel in class AbstractPortletApplicationActionStep