public class JiraRestResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JiraRestResponse.JiraRestResponseBuilder |
Modifier and Type | Field and Description |
---|---|
String |
body |
com.opensymphony.webwork.dispatcher.json.JSONObject |
entity |
Errors |
errors |
int |
statusCode |
String |
statusMessage |
Constructor and Description |
---|
JiraRestResponse(int statusCode,
String statusMessage,
Errors errors,
String body,
com.opensymphony.webwork.dispatcher.json.JSONObject entity) |
JiraRestResponse(String errorMessage) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.