Pipeline Run Response Response
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)
Properties
Link copied to clipboard
The digest of the tar used to transfer the artifacts.
Link copied to clipboard
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
The target of the pipeline run.
Link copied to clipboard
The trigger that caused the pipeline run.