Contains management information for a current or past deployment.

This item has the following properties:

Property

Description

id

The deployment ID.

startTime

The time the deployment was started.

endTime

The time the deployment ended.

failureTime

The time the deployment stopped because of an error.

status

The deployment status, one of the following:

0: WAITING
1: RUNNING
2: MARKER_PERSISTENCE_COMPLETE
3: DATA_DEPLOYMENT_COMPLETE
4: DEPLOYMENT_COMPLETE
5: FAILURE
6: CANCEL

statusDetail

Contains a user-readable message about the current status.

currentPhase

The phase that the deployment is passing through. Can be any of Start Deployment (0), Pre-Deployment (1), Add-Update Phase (2), Reference Update Phase (3), Delete Phase (4), Destination Synchronization (5), Complete Deployment (6)

repositoryHighWaterMark

A runtime value used by each repository thread to get the next set of markers to operate on.

repositoryMarkersAvailable

A runtime value representing the total number of repository markers for deployment.

fileHighWaterMark

A runtime value used by each file thread to get the next set of markers to operate on.

fileMarkersAvailable

A runtime value representing the total number of file markers for deployment.

threadBatchSize

The size by which to increase the highWaterMark when getting a new set of items to operate on.

failureCount

The number of items that failed in the deployment.

purgeDeploymentData

A boolean that signifies whether the marker and deploymentData items associated with this deployment should be purged from the deployment repository. The value comes from the purgeDeploymentData configuration property in the DeploymentManager. The default is true.

deploymentData

A list of deploymentData items that define a part of a deployment.

deploymentOptions

A map of the option flags set for this deployment through /atg/deployment/DeploymentOptions.


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices