vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface DeployMessage

    interface DeployMessage {
        changed: boolean;
        componentType: string;
        created: boolean;
        createdDate: string;
        deleted: boolean;
        fileName: string;
        forPackageManifestFile: boolean;
        fullName: string;
        id: null | string;
        knownPackagingProblem: boolean;
        requiresProductionTestRun: boolean;
        success: boolean;
    }

    Hierarchy (View Summary)

    Index

    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.

    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
    requiresProductionTestRun: boolean
    success: boolean

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