public abstract class GreenHopperIssue extends GreenHopperResource
id, RESOURCE_URI, restclient| Modifier | Constructor and Description |
|---|---|
protected |
GreenHopperIssue(RestClient restclient,
net.sf.json.JSONObject json)
Creates an issue from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignee() |
String |
getAssigneeName() |
String |
getAvatarUrl() |
String |
getColour() |
List<Integer> |
getFixVersions() |
Issue |
getJiraIssue()
Retrieves the full JIRA issue.
|
String |
getKey() |
String |
getPriorityName() |
String |
getPriorityUrl() |
int |
getProjectId() |
String |
getStatusId() |
String |
getStatusName() |
String |
getStatusUrl() |
String |
getSummary() |
String |
getTypeId() |
String |
getTypeName() |
String |
getTypeUrl() |
Boolean |
isDone() |
Boolean |
isHidden() |
String |
toString() |
getIdprotected GreenHopperIssue(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic Issue getJiraIssue() throws JiraException
JiraException - when the retrieval failspublic String getKey()
public Boolean isHidden()
public String getSummary()
public String getTypeName()
public String getTypeId()
public String getTypeUrl()
public String getPriorityUrl()
public String getPriorityName()
public Boolean isDone()
public String getAssignee()
public String getAssigneeName()
public String getAvatarUrl()
public String getColour()
public String getStatusId()
public String getStatusName()
public String getStatusUrl()
public int getProjectId()
Copyright © 2022. All rights reserved.