Get Pipeline Result
data class GetPipelineResult(val description: String, val docker: DockerExecutorResponse, val inputParameters: List<PipelineParameterResponse>, val name: String, val outputParameters: List<PipelineParameterResponse>, val pipelineId: String, val project: String, val resources: PipelineResourcesResponse)
Constructors
Link copied to clipboard
fun GetPipelineResult(description: String, docker: DockerExecutorResponse, inputParameters: List<PipelineParameterResponse>, name: String, outputParameters: List<PipelineParameterResponse>, pipelineId: String, project: String, resources: PipelineResourcesResponse)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Unique pipeline id that is generated by the service when CreatePipeline is called. Cannot be specified in the Pipeline used in the CreatePipelineRequest, and will be populated in the response to CreatePipeline and all subsequent Get and List calls. Indicates that the service has registered this pipeline.