EnvironmentDeploymentExecutionRecord.

interface EnvironmentDeploymentExecutionRecord {
    definition?: TaskOrchestrationOwner;
    environmentId?: number;
    finishTime?: Date;
    id?: number;
    jobAttempt?: number;
    jobName?: string;
    owner?: TaskOrchestrationOwner;
    planId?: string;
    planType?: string;
    queueTime?: Date;
    requestIdentifier?: string;
    resourceId?: number;
    result?: TaskResult;
    scopeId?: string;
    serviceOwner?: string;
    stageAttempt?: number;
    stageName?: string;
    startTime?: Date;
}

Properties

Definition of the environment deployment execution owner

environmentId?: number

Id of the Environment

finishTime?: Date

Finish time of the environment deployment execution

id?: number

Id of the Environment deployment execution history record

jobAttempt?: number

Job Attempt

jobName?: string

Job name

Owner of the environment deployment execution record

planId?: string

Plan Id

planType?: string

Plan type of the environment deployment execution record

queueTime?: Date

Queue time of the environment deployment execution

requestIdentifier?: string

Request identifier of the Environment deployment execution history record

resourceId?: number

Resource Id

result?: TaskResult

Result of the environment deployment execution

scopeId?: string

Project Id

serviceOwner?: string

Service owner Id

stageAttempt?: number

Stage Attempt

stageName?: string

Stage name

startTime?: Date

Start time of the environment deployment execution