GetPipelineResult

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

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

User-specified description.

Link copied to clipboard

Specifies the docker run information.

Link copied to clipboard

Input parameters of the pipeline.

Link copied to clipboard

A user specified pipeline name that does not have to be unique. This name can be used for filtering Pipelines in ListPipelines.

Link copied to clipboard

Output parameters of the pipeline.

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.

Link copied to clipboard

The project in which to create the pipeline. The caller must have WRITE access.

Link copied to clipboard

Specifies resource requirements for the pipeline run. Required fields: * minimumCpuCores * minimumRamGb