- DEPLOY_CLEAN - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
Optional deploy property - if true, this is a fresh install (that is, the deploy directory should be wiped clean
prior to deployment of the specified version; if not specified, the default is false
- DEPLOY_DIR - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
System property that should always be available to Ant scripts - it's the location where the deployment should be installed
- DEPLOY_DRY_RUN - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
Optional deploy property - if true, this is a dry run or preview (that is, it should log what steps would occur
but not actually perform any of the steps); if not specified, the default is false
- DEPLOY_ID - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
System property that should always be available to Ant scripts - it's the ID of the bundle deployment
- DEPLOY_LIFECYCLE - Static variable in enum org.rhq.bundle.ant.DeploymentPhase
-
- DEPLOY_NAME - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
System property that should always be available to Ant scripts - it's the name of the bundle deployment
- DEPLOY_PHASE - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
System property that should always be available to Ant scripts - it's the bundle deployment phase being executed
- DEPLOY_REVERT - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
Optional deploy property - if true, this is a revert of an installed bundle to its state prior to the last
deployment; if not specified, the default is false
- DEPLOY_TAG_PREFIX - Static variable in class org.rhq.bundle.ant.DeployPropertyNames
-
Prefix which is appended to Ant properties.
- DeploymentPhase - Enum in org.rhq.bundle.ant
-
A bundle deployment phase.
- DeploymentUnitType - Class in org.rhq.bundle.ant.type
-
An Ant task for deploying a bundle or previewing the deployment.
- DeploymentUnitType() - Constructor for class org.rhq.bundle.ant.type.DeploymentUnitType
-
- DeployPropertyNames - Class in org.rhq.bundle.ant
-