Uses of Class
com.circleci.client.v2.model.PipelineWithWorkflows
-
Packages that use PipelineWithWorkflows Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of PipelineWithWorkflows in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return PipelineWithWorkflows Modifier and Type Method Description PipelineWithWorkflowsPipelineApi. getPipelineById(UUID pipelineId)Get a pipeline Returns a pipeline by ID.PipelineWithWorkflowsPreviewApi. getPipelineById(UUID pipelineId)Get a pipeline Returns a pipeline by ID.Methods in com.circleci.client.v2.api that return types with arguments of type PipelineWithWorkflows Modifier and Type Method Description ApiResponse<PipelineWithWorkflows>PipelineApi. getPipelineByIdWithHttpInfo(UUID pipelineId)Get a pipeline Returns a pipeline by ID.ApiResponse<PipelineWithWorkflows>PreviewApi. getPipelineByIdWithHttpInfo(UUID pipelineId)Get a pipeline Returns a pipeline by ID. -
Uses of PipelineWithWorkflows in com.circleci.client.v2.model
-