Hierarchy

Properties

changed: boolean

If true, the component was changed as a result of this deployment. If false, the deployed component was the same as the corresponding component already in the organization.

columnNumber: null | number

Each component is represented by a text file. If an error occurred during deployment, this field represents the column of the text file where the error occurred.

componentType: string

The metadata type of the component in this deployment. This field is available in API version 30.0 and later.

created: boolean

If true, the component was created as a result of this deployment. If false, the component was either deleted or modified as a result of the deployment.

createdDate: string
deleted: boolean

If true, the component was deleted as a result of this deployment. If false, the component was either new or modified as result of the deployment.

fileName: string

The name of the file in the .zip file used to deploy this component.

forPackageManifestFile: boolean
fullName: string

The full name of the component. Inherited from Metadata, this field is defined in the WSDL for this metadata type. It must be specified when creating, updating, or deleting. See createMetadata() to see an example of this field specified for a call.

id: null | string

ID of the component being deployed.

knownPackagingProblem: boolean
lineNumber: null | number

Each component is represented by a text file. If an error occurred during deployment, this field represents the line number of the text file where the error occurred.

problem: string

If an error or warning occurred, this field contains a description of the problem that caused the compile to fail.

problemType: "Error" | "Warning"

Indicates the problem type. The problem details are tracked in the problem field.

requiresProductionTestRun: boolean
success: boolean

Indicates whether the component was successfully deployed (true) or not (false).