Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipelineRun

Package version

Information about a pipeline run.

Hierarchy

  • PipelineRun

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional durationInMs

durationInMs: undefined | number

The duration of a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional invokedBy

Entity that started the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional isLatest

isLatest: undefined | false | true

Indicates if the recovered pipeline run is the latest in its group. NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastUpdated

lastUpdated: Date

The last updated timestamp for the pipeline run event in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional message

message: undefined | string

The message from a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional parameters

parameters: undefined | {}

The full or partial list of parameter name, value pair used in the pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional pipelineName

pipelineName: undefined | string

The pipeline name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional runEnd

runEnd: Date

The end time of a pipeline run in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional runGroupId

runGroupId: undefined | string

Identifier that correlates all the recovery runs of a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional runId

runId: undefined | string

Identifier of a run. NOTE: This property will not be serialized. It can only be populated by the server.

Optional runStart

runStart: Date

The start time of a pipeline run in ISO8601 format. NOTE: This property will not be serialized. It can only be populated by the server.

Optional status

status: undefined | string

The status of a pipeline run. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc