Uses of Class
com.circleci.client.v2.model.PipelineWithWorkflowsWorkflows
-
Packages that use PipelineWithWorkflowsWorkflows Package Description com.circleci.client.v2.model -
-
Uses of PipelineWithWorkflowsWorkflows in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return PipelineWithWorkflowsWorkflows Modifier and Type Method Description PipelineWithWorkflowsWorkflowsPipelineWithWorkflowsWorkflows. id(UUID id)Methods in com.circleci.client.v2.model that return types with arguments of type PipelineWithWorkflowsWorkflows Modifier and Type Method Description List<PipelineWithWorkflowsWorkflows>PipelineWithWorkflows. getWorkflows()The workflows this pipeline has triggered.Methods in com.circleci.client.v2.model with parameters of type PipelineWithWorkflowsWorkflows Modifier and Type Method Description PipelineWithWorkflowsPipelineWithWorkflows. addWorkflowsItem(PipelineWithWorkflowsWorkflows workflowsItem)Method parameters in com.circleci.client.v2.model with type arguments of type PipelineWithWorkflowsWorkflows Modifier and Type Method Description voidPipelineWithWorkflows. setWorkflows(List<PipelineWithWorkflowsWorkflows> workflows)PipelineWithWorkflowsPipelineWithWorkflows. workflows(List<PipelineWithWorkflowsWorkflows> workflows)
-