Uses of Interface
org.sourcelab.buildkite.api.client.request.Request
Packages that use Request
Package
Description
-
Uses of Request in org.sourcelab.buildkite.api.client
Methods in org.sourcelab.buildkite.api.client with parameters of type RequestModifier and TypeMethodDescription<T> TBuildkiteClient.executeRequest(Request<T> request) Execute the given request, returning the parsed response, or throwing the appropriate exception if an error was returned from the API. -
Uses of Request in org.sourcelab.buildkite.api.client.http
Methods in org.sourcelab.buildkite.api.client.http with parameters of type RequestModifier and TypeMethodDescriptionClient.executeRequest(Request<?> request) Execute the supplied request and return the server's response.HttpComponentsClient.executeRequest(Request request) Execute the given request and return the parsed response. -
Uses of Request in org.sourcelab.buildkite.api.client.request
Subinterfaces of Request in org.sourcelab.buildkite.api.client.requestClasses in org.sourcelab.buildkite.api.client.request that implement RequestModifier and TypeClassDescriptionclassclassclassclassAbstract representation of a DELETE http request.classclassclassclassclassclassGetRequest<T>Abstract representation of a GET http request.classclassclassclassclassclassclassPostRequest<T>Abstract representation of a POST http request.classPutRequest<T>Abstract representation of a PUT http request.classclassclass