DeployResult: {
    canceledBy?: string | null;
    canceledByName?: string | null;
    checkOnly: boolean;
    completedDate?: string | null;
    createdBy: string;
    createdByName: string;
    createdDate: string;
    details: DeployDetails;
    done: boolean;
    errorMessage?: string | null;
    errorStatusCode?: string | null;
    id: string;
    ignoreWarnings: boolean;
    lastModifiedDate?: string | null;
    numberComponentErrors: number;
    numberComponentsDeployed: number;
    numberComponentsTotal: number;
    numberTestErrors: number;
    numberTestsCompleted: number;
    numberTestsTotal: number;
    rollbackOnError: boolean;
    runTestsEnabled: boolean;
    startDate?: string | null;
    stateDetail?: string | null;
    status: string;
    success: boolean;
}

Type declaration

  • Optional canceledBy?: string | null
  • Optional canceledByName?: string | null
  • checkOnly: boolean
  • Optional completedDate?: string | null
  • createdBy: string
  • createdByName: string
  • createdDate: string
  • details: DeployDetails
  • done: boolean
  • Optional errorMessage?: string | null
  • Optional errorStatusCode?: string | null
  • id: string
  • ignoreWarnings: boolean
  • Optional lastModifiedDate?: string | null
  • numberComponentErrors: number
  • numberComponentsDeployed: number
  • numberComponentsTotal: number
  • numberTestErrors: number
  • numberTestsCompleted: number
  • numberTestsTotal: number
  • rollbackOnError: boolean
  • runTestsEnabled: boolean
  • Optional startDate?: string | null
  • Optional stateDetail?: string | null
  • status: string
  • success: boolean