public class ChangeLogEntry extends Resource
changelog
field (expansion) must be explicitly provided in
JiraClient.getIssue(String, String).apirev, DEFAULT_API_REV, id, restclient, self| Modifier | Constructor and Description |
|---|---|
protected |
ChangeLogEntry(RestClient restclient,
net.sf.json.JSONObject json)
Creates a change log from a JSON payload.
|
| Modifier and Type | Method and Description |
|---|---|
User |
getAuthor()
Obtains the author of the change log entry.
|
Date |
getCreated()
Returns the date when the change log entry was created.
|
List<ChangeLogItem> |
getItems()
Returns the list of items in the change log entry.
|
getApiRev, getAuthUri, getBaseUri, getId, getSelf, getUrl, setApiRevprotected ChangeLogEntry(RestClient restclient, net.sf.json.JSONObject json)
restclient - REST client instancejson - JSON payloadpublic User getAuthor()
public Date getCreated()
public List<ChangeLogItem> getItems()
Copyright © 2022. All rights reserved.