Uses of Class
com.circleci.client.v2.model.WorkflowJobListResponse
-
Packages that use WorkflowJobListResponse Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of WorkflowJobListResponse in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return WorkflowJobListResponse Modifier and Type Method Description WorkflowJobListResponsePreviewApi. listWorkflowJobs(UUID id)Get a workflow's jobs Returns a sequence of jobs for a workflow.WorkflowJobListResponseWorkflowApi. listWorkflowJobs(UUID id)Get a workflow's jobs Returns a sequence of jobs for a workflow.Methods in com.circleci.client.v2.api that return types with arguments of type WorkflowJobListResponse Modifier and Type Method Description ApiResponse<WorkflowJobListResponse>PreviewApi. listWorkflowJobsWithHttpInfo(UUID id)Get a workflow's jobs Returns a sequence of jobs for a workflow.ApiResponse<WorkflowJobListResponse>WorkflowApi. listWorkflowJobsWithHttpInfo(UUID id)Get a workflow's jobs Returns a sequence of jobs for a workflow. -
Uses of WorkflowJobListResponse in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return WorkflowJobListResponse Modifier and Type Method Description WorkflowJobListResponseWorkflowJobListResponse. addItemsItem(Job itemsItem)WorkflowJobListResponseWorkflowJobListResponse. items(List<Job> items)WorkflowJobListResponseWorkflowJobListResponse. nextPageToken(String nextPageToken)
-