Uses of Class
com.circleci.client.v2.model.InlineResponse2001
-
Packages that use InlineResponse2001 Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of InlineResponse2001 in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return InlineResponse2001 Modifier and Type Method Description InlineResponse2001DefaultApi. getProjectWorkflowRuns(String projectSlug, String workflowName, String branch)Get recent runs of a workflow Get recent runs of a workflow.Methods in com.circleci.client.v2.api that return types with arguments of type InlineResponse2001 Modifier and Type Method Description ApiResponse<InlineResponse2001>DefaultApi. getProjectWorkflowRunsWithHttpInfo(String projectSlug, String workflowName, String branch)Get recent runs of a workflow Get recent runs of a workflow. -
Uses of InlineResponse2001 in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return InlineResponse2001 Modifier and Type Method Description InlineResponse2001InlineResponse2001. addItemsItem(InlineResponse2001Items itemsItem)InlineResponse2001InlineResponse2001. items(List<InlineResponse2001Items> items)
-