public abstract class AbstractPortletApplicationActionStep extends ExecuteXmlAccessConfigurationItemStep
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROPERTY_REGISTER_ORDER
Define name of the CI-property containing the order to run the register script.
|
static java.lang.String |
PROPERTY_REGISTER_SCRIPT
Define name of the CI-property containing the register XML Access Script.
|
static java.lang.String |
PROPERTY_UNREGISTER_ORDER
Define name of the CI-property containing the order to run the unregister script.
|
static java.lang.String |
PROPERTY_UNREGISTER_SCRIPT
Define name of the CI-property containing the unregister XML Access Script.
|
| Constructor and Description |
|---|
AbstractPortletApplicationActionStep(java.lang.String script,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall,
int order) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PortletArchive |
buildModel(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall) |
protected void |
updateExecutionContext(java.util.Map<java.lang.String,java.lang.Object> context)
Update the execution, not implemented.
|
addToStepContext, execute, getTemplateParserexecuteXmlAccessgetDescription, getOrder, getPropertypublic static final java.lang.String PROPERTY_REGISTER_SCRIPT
public static final java.lang.String PROPERTY_UNREGISTER_SCRIPT
public static final java.lang.String PROPERTY_REGISTER_ORDER
public static final java.lang.String PROPERTY_UNREGISTER_ORDER
public AbstractPortletApplicationActionStep(java.lang.String script,
com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall,
int order)
script - artifactToInstall - order - protected void updateExecutionContext(java.util.Map<java.lang.String,java.lang.Object> context)
updateExecutionContext in class ExecuteXmlAccessConfigurationItemStepcontext - Context to update withprotected abstract PortletArchive buildModel(com.xebialabs.deployit.plugin.was.deployed.ExtensibleDeployedArtifact artifactToInstall)