Uses of Class
com.circleci.client.v2.model.InlineResponse2002
-
Packages that use InlineResponse2002 Package Description com.circleci.client.v2.api com.circleci.client.v2.model -
-
Uses of InlineResponse2002 in com.circleci.client.v2.api
Methods in com.circleci.client.v2.api that return InlineResponse2002 Modifier and Type Method Description InlineResponse2002DefaultApi. getProjectJobRuns(String projectSlug, String workflowName, String jobName, String branch)Get recent runs of a workflow job Get recent runs of a job within a workflow.Methods in com.circleci.client.v2.api that return types with arguments of type InlineResponse2002 Modifier and Type Method Description ApiResponse<InlineResponse2002>DefaultApi. getProjectJobRunsWithHttpInfo(String projectSlug, String workflowName, String jobName, String branch)Get recent runs of a workflow job Get recent runs of a job within a workflow. -
Uses of InlineResponse2002 in com.circleci.client.v2.model
Methods in com.circleci.client.v2.model that return InlineResponse2002 Modifier and Type Method Description InlineResponse2002InlineResponse2002. addItemsItem(InlineResponse2002Items itemsItem)InlineResponse2002InlineResponse2002. items(List<InlineResponse2002Items> items)
-