Class PutRequest<T>
java.lang.Object
org.sourcelab.buildkite.api.client.request.PutRequest<T>
- Type Parameters:
T- The parsed response object from the request.
- All Implemented Interfaces:
Request<T>
- Direct Known Subclasses:
CancelBuildRequest,RebuildBuildRequest,RetryJobRequest,UnblockJobRequest
Abstract representation of a PUT http request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhich HTTP Method to make the request using.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sourcelab.buildkite.api.client.request.Request
getPath, getRequestBody, getRequestParameters, getResponseParser, parseResponse
-
Constructor Details
-
PutRequest
public PutRequest()
-
-
Method Details