@Metadata(virtual=true,
description="Base type for all Tomcat resources")
public class ContextElement<D extends com.xebialabs.deployit.plugin.api.udm.Deployable>
extends com.xebialabs.deployit.plugin.generic.deployed.ProcessedTemplate<D>
STEP_OPTION_NONE, STEP_OPTION_UPLOAD_ARTIFACT_DATA, STEP_OPTION_UPLOAD_CLASSPATH_RESOURCES, STEP_OPTION_UPLOAD_TEMPLATE_CLASSPATH_RESOURCES, STEP_OPTIONS_DEFAULT, STEP_OPTIONS_DESCRIPTION_SUFFIX, STEP_OPTIONS_REGEXid, syntheticProperties, type| Constructor and Description |
|---|
ContextElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCreate(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta) |
void |
executeDestroy(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta) |
void |
executeModify(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta) |
java.lang.String |
getContext() |
java.lang.String |
getDescription(java.lang.String verb) |
boolean |
isCreateOperation() |
boolean |
isDestroyOperation() |
void |
setContext(java.lang.String context) |
void |
setCreateOperation(boolean createOperation) |
void |
setDestroyOperation(boolean destroyOperation) |
createArtifactDeleteStep, createTemplateArtifactCopyStep, createTemplateArtifactCopyStep, getTemplate, setTemplategetTargetDirectory, getTargetFile, isCreateTargetDirectory, isTargetDirectoryShared, resolveTargetFileName, setCreateTargetDirectory, setTargetDirectory, setTargetDirectoryShared, setTargetFilecontrolTaskDispatch, getCreateOptions, getCreateOrder, getCreateVerb, getDeployedApplication, getDeployedAsFreeMarkerContext, getDestroyOptions, getDestroyOrder, getDestroyVerb, getInspectClasspathResources, getInspectScript, getInspectTemplateClasspathResources, getModifyOptions, getModifyOrder, getModifyVerb, getNoopOptions, getNoopOrder, getNoopVerb, getPlanOperation, getPropertyOrContainerDefault, inspectContainer, isRestartRequired, isRestartRequiredForNoop, resolveExpression, resolveExpression, resolveExpression, resolveExpression, setCreateOptions, setCreateOrder, setCreateVerb, setDeployedApplication, setDestroyOptions, setDestroyOrder, setDestroyVerb, setInspectClasspathResources, setInspectScript, setInspectTemplateClasspathResources, setModifyOptions, setModifyOrder, setModifyVerb, setNoopOptions, setNoopOrder, setNoopVerb, setPlanOperation, setRestartRequired, setRestartRequiredForNoopgetContainer, getDeployable, setContainer, setDeployablecompareTo, equals, get$ciAttributes, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$token, set$validationMessages, setId, setProperty, setType, toStringpublic void executeCreate(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
executeCreate in class com.xebialabs.deployit.plugin.generic.deployed.ProcessedTemplate<D extends com.xebialabs.deployit.plugin.api.udm.Deployable>public void executeModify(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
executeModify in class com.xebialabs.deployit.plugin.generic.deployed.ProcessedTemplate<D extends com.xebialabs.deployit.plugin.api.udm.Deployable>public void executeDestroy(com.xebialabs.deployit.plugin.api.deployment.planning.DeploymentPlanningContext ctx,
com.xebialabs.deployit.plugin.api.deployment.specification.Delta delta)
executeDestroy in class com.xebialabs.deployit.plugin.generic.deployed.ProcessedTemplate<D extends com.xebialabs.deployit.plugin.api.udm.Deployable>public java.lang.String getDescription(java.lang.String verb)
getDescription in class com.xebialabs.deployit.plugin.generic.deployed.AbstractDeployed<D extends com.xebialabs.deployit.plugin.api.udm.Deployable>public java.lang.String getContext()
public void setContext(java.lang.String context)
public boolean isDestroyOperation()
public void setDestroyOperation(boolean destroyOperation)
public boolean isCreateOperation()
public void setCreateOperation(boolean createOperation)