public class Resolution extends Resource
apirev, DEFAULT_API_REV, id, restclient, self| Modifier | Constructor and Description |
|---|---|
protected |
Resolution(RestClient restclient,
net.sf.json.JSONObject json)
Creates a resolution from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
static Resolution |
get(RestClient restclient,
String id)
Retrieves the given resolution record.
|
String |
getDescription() |
String |
getName() |
String |
toString() |
getApiRev, getAuthUri, getBaseUri, getId, getSelf, getUrl, setApiRevprotected Resolution(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic static Resolution get(RestClient restclient, String id) throws JiraException
restclient - REST client instanceid - Internal JIRA ID of the resolutionJiraException - when the retrieval failspublic String getDescription()
public String getName()
Copyright © 2022. All rights reserved.