PipelineRunResponseResponse

data class PipelineRunResponseResponse(val catalogDigest: String? = null, val finishTime: String? = null, val importedArtifacts: List<String>? = null, val pipelineRunErrorMessage: String? = null, val progress: ProgressPropertiesResponse? = null, val source: ImportPipelineSourcePropertiesResponse? = null, val startTime: String? = null, val status: String? = null, val target: ExportPipelineTargetPropertiesResponse? = null, val trigger: PipelineTriggerDescriptorResponse? = null)

The response properties returned for a pipeline run.

Constructors

Link copied to clipboard
constructor(catalogDigest: String? = null, finishTime: String? = null, importedArtifacts: List<String>? = null, pipelineRunErrorMessage: String? = null, progress: ProgressPropertiesResponse? = null, source: ImportPipelineSourcePropertiesResponse? = null, startTime: String? = null, status: String? = null, target: ExportPipelineTargetPropertiesResponse? = null, trigger: PipelineTriggerDescriptorResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val catalogDigest: String? = null

The digest of the tar used to transfer the artifacts.

Link copied to clipboard
val finishTime: String? = null

The time the pipeline run finished.

Link copied to clipboard

The artifacts imported in the pipeline run.

Link copied to clipboard

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

Link copied to clipboard

The current progress of the copy operation.

Link copied to clipboard

The source of the pipeline run.

Link copied to clipboard
val startTime: String? = null

The time the pipeline run started.

Link copied to clipboard
val status: String? = null

The current status of the pipeline run.

Link copied to clipboard

The target of the pipeline run.

Link copied to clipboard

The trigger that caused the pipeline run.