public class Epic extends GreenHopperIssue
| Modifier and Type | Field and Description |
|---|---|
String |
epicColour |
String |
epicLabel |
EpicStats |
epicStats |
id, RESOURCE_URI, restclient| Modifier | Constructor and Description |
|---|---|
protected |
Epic(RestClient restclient,
net.sf.json.JSONObject json)
Creates an epic issue from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEpicColour() |
String |
getEpicLabel() |
EpicStats |
getEpicStats() |
getAssignee, getAssigneeName, getAvatarUrl, getColour, getFixVersions, getJiraIssue, getKey, getPriorityName, getPriorityUrl, getProjectId, getStatusId, getStatusName, getStatusUrl, getSummary, getTypeId, getTypeName, getTypeUrl, isDone, isHidden, toStringgetIdpublic String epicLabel
public String epicColour
public EpicStats epicStats
protected Epic(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadCopyright © 2022. All rights reserved.