This class lets you retrieve detailed information about a specific deployment failure, including the type of operation, the time the failure occurred, and the item that was the subject of the operation. You can call the method getSubject to obtain the repository item that was the subject of the failed operation: either a repositoryMarker or a fileMarker. These items have the following properties:

deploymentData

A reference to the DeploymentData repository item, which has source and destination string properties that are the paths to the Nucleus component, either a repository or a virtual file system, where the failed item exists.

status

Enumeration set to one of these values:

Pending
Initiated
AddUpdateCommitted
ReferencesCommitted
Committed
Failure

action

Enumeration set to one of these values:

Add
Update
Delete

deploymentId

The ID of this marker’s deployment.

itemDescriptorName

Valid for repositoryMarkers only, the name of the specific item type that is represented by this DeploymentFailure object.

itemId

Valid for repositoryMarkers only, the item’s repository ID.

filePath

Valid for fileMarkers only, the path of the failed file.

 
loading table of contents...