Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipelineRunResponse

Package version

The response properties returned for a pipeline run.

Hierarchy

  • PipelineRunResponse

Index

Properties

Optional catalogDigest

catalogDigest: undefined | string

The digest of the tar used to transfer the artifacts.

Optional finishTime

finishTime: Date

The time the pipeline run finished.

Optional importedArtifacts

importedArtifacts: string[]

The artifacts imported in the pipeline run.

Optional pipelineRunErrorMessage

pipelineRunErrorMessage: undefined | string

The detailed error message for the pipeline run in the case of failure.

Optional progress

The current progress of the copy operation.

Optional source

The source of the pipeline run.

Optional startTime

startTime: Date

The time the pipeline run started.

Optional status

status: undefined | string

The current status of the pipeline run.

Optional target

The target of the pipeline run.

Optional trigger

The trigger that caused the pipeline run.

Generated using TypeDoc