Class RunTransformResponse


public class RunTransformResponse extends BaseTransformResponse
  • Constructor Details

    • RunTransformResponse

      public RunTransformResponse(String text, int statusCode, String contentType, org.json.JSONObject json)
      Constructs a new CommandResponse, initialized with the provided response text and status code.
      Parameters:
      text - The response text
      statusCode - The HTTP status code
      contentType - The response content type
      json - The parsed JSONObject (or null if JSON was not returned)
  • Method Details

    • getJobId

      public String getJobId()
      Returns:
      The pipeline job id.
    • getPipelineURL

      public String getPipelineURL()
      Returns:
      The URL for the pipeline status page for this job
    • getStatus

      public String getStatus()
      Returns:
      The job status- success, complete, error, or 'no work'