Uses of Interface
org.sourcelab.buildkite.api.client.response.PageableResponse
Packages that use PageableResponse
-
Uses of PageableResponse in org.sourcelab.buildkite.api.client
Methods in org.sourcelab.buildkite.api.client with parameters of type PageableResponseModifier and TypeMethodDescription<T> TBuildkiteClient.firstPage(PageableResponse<T> response) Retrieve the first page of results from the previously retrieved request.<T> TBuildkiteClient.lastPage(PageableResponse<T> response) Retrieve the last page of results from the previously retrieved request.<T> TBuildkiteClient.nextPage(PageableResponse<T> response) Retrieve the next page of results from the previously retrieved request.<T> TBuildkiteClient.previousPage(PageableResponse<T> response) Retrieve the previous page of results from the previously retrieved request. -
Uses of PageableResponse in org.sourcelab.buildkite.api.client.response
Classes in org.sourcelab.buildkite.api.client.response that implement PageableResponseModifier and TypeClassDescriptionclassRepresents the results from the /v2/build API end point.classRepresents the results from the /v2/build API end point.classRepresents the results from the v2/organizations/{org.slug}/pipelines API end point.