Class PostRequest<T>
java.lang.Object
org.sourcelab.buildkite.api.client.request.PostRequest<T>
- Type Parameters:
T- The parsed response object from the request.
- All Implemented Interfaces:
Request<T>
- Direct Known Subclasses:
CreateBuildRequest
Abstract representation of a POST 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
-
PostRequest
public PostRequest()
-
-
Method Details