Class UnblockJobRequest
java.lang.Object
org.sourcelab.buildkite.api.client.request.PutRequest<Job>
org.sourcelab.buildkite.api.client.request.UnblockJobRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPath()REST Endpoint Path to request.The Request body value.Defines how to parse the APIs response into a concrete object.Methods inherited from class org.sourcelab.buildkite.api.client.request.PutRequest
getMethodMethods 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
getRequestParameters, parseResponse
-
Constructor Details
-
UnblockJobRequest
Constructor.
-
-
Method Details
-
getPath
Description copied from interface:RequestREST Endpoint Path to request. Example "/v2/access-token"- Returns:
- REST Endpoint Path to request. Example "/v2/access-token"
-
getRequestBody
Description copied from interface:RequestThe Request body value.- Returns:
- null if no request body is needed, or the request body as a String.
- Throws:
RequestParsingException- if unable to generate request body due to some error.
-
getResponseParser
Description copied from interface:RequestDefines how to parse the APIs response into a concrete object.- Returns:
- Defines how to parse the APIs response into a concrete object.
-