Uses of Class
com.circleci.client.v2.model.WorkflowListResponse
-
Packages that use WorkflowListResponse Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of WorkflowListResponse in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return WorkflowListResponse Modifier and Type Method Description WorkflowListResponseDefaultApi. listWorkflowsByPipelineId(UUID pipelineId, String pageToken)Get a pipeline's workflows Returns a paginated list of workflows by pipeline ID.Methods in com.circleci.client.v2.api that return types with arguments of type WorkflowListResponse Modifier and Type Method Description ApiResponse<WorkflowListResponse>DefaultApi. listWorkflowsByPipelineIdWithHttpInfo(UUID pipelineId, String pageToken)Get a pipeline's workflows Returns a paginated list of workflows by pipeline ID. -
Uses of WorkflowListResponse in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return WorkflowListResponse Modifier and Type Method Description WorkflowListResponseWorkflowListResponse. addItemsItem(Workflow itemsItem)WorkflowListResponseWorkflowListResponse. items(List<Workflow> items)WorkflowListResponseWorkflowListResponse. nextPageToken(String nextPageToken)
-