Uses of Class
com.circleci.client.v2.model.PipelineWithWorkflowsErrors
-
Packages that use PipelineWithWorkflowsErrors Package Description com.circleci.client.v2.model -
-
Uses of PipelineWithWorkflowsErrors in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return PipelineWithWorkflowsErrors Modifier and Type Method Description PipelineWithWorkflowsErrorsPipelineWithWorkflowsErrors. message(String message)PipelineWithWorkflowsErrorsPipelineWithWorkflowsErrors. type(PipelineWithWorkflowsErrors.TypeEnum type)Methods in com.circleci.client.v2.model that return types with arguments of type PipelineWithWorkflowsErrors Modifier and Type Method Description List<PipelineWithWorkflowsErrors>Pipeline. getErrors()A sequence of errors that have occurred within the pipeline.List<PipelineWithWorkflowsErrors>PipelineWithWorkflows. getErrors()A sequence of errors that have occurred within the pipeline.Methods in com.circleci.client.v2.model with parameters of type PipelineWithWorkflowsErrors Modifier and Type Method Description PipelinePipeline. addErrorsItem(PipelineWithWorkflowsErrors errorsItem)PipelineWithWorkflowsPipelineWithWorkflows. addErrorsItem(PipelineWithWorkflowsErrors errorsItem)Method parameters in com.circleci.client.v2.model with type arguments of type PipelineWithWorkflowsErrors Modifier and Type Method Description PipelinePipeline. errors(List<PipelineWithWorkflowsErrors> errors)PipelineWithWorkflowsPipelineWithWorkflows. errors(List<PipelineWithWorkflowsErrors> errors)voidPipeline. setErrors(List<PipelineWithWorkflowsErrors> errors)voidPipelineWithWorkflows. setErrors(List<PipelineWithWorkflowsErrors> errors)
-