Class GetJobResponseParser

java.lang.Object
org.sourcelab.buildkite.api.client.response.parser.GetJobResponseParser
All Implemented Interfaces:
ResponseParser<Job>

public class GetJobResponseParser extends Object implements ResponseParser<Job>
  • Constructor Details

    • GetJobResponseParser

      public GetJobResponseParser()
  • Method Details

    • parseResponse

      public Job parseResponse(HttpResult result) throws com.fasterxml.jackson.core.JsonProcessingException
      Specified by:
      parseResponse in interface ResponseParser<Job>
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException