Use this class to 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.

The class has the following API:

getSubject

public RepositoryItem getSubject()

Returns the repository item, either a repositoryMarker or a fileMarker, that is the subject of the failed operation. The item has the following common properties:

repositoryMarkers have these additional properties:

fileMarkers have these additional properties:

toString

public String toString()

Returns a String representation of this DeploymentFailure object.

 
loading table of contents...