public class Worklog extends AgileResource
ATTR_ID, ATTR_NAME, ATTR_SELF, RESOURCE_URI| Constructor and Description |
|---|
Worklog(RestClient restclient,
net.sf.json.JSONObject json)
Creates a new Agile resource.
|
| Modifier and Type | Method and Description |
|---|---|
User |
getAuthor() |
String |
getComment() |
Date |
getCreated() |
Date |
getStarted() |
String |
getTimeSpent() |
long |
getTimeSpentSeconds() |
User |
getUpdateAuthor() |
Date |
getUpdated() |
String |
toString() |
getAttribute, getId, getName, getResource, getResourceArray, getRestclient, getSelfURLpublic Worklog(RestClient restclient, net.sf.json.JSONObject json) throws JiraException
restclient - REST client instancejson - JSON payloadJiraExceptionpublic String toString()
toString in class AgileResourcepublic User getAuthor()
public String getComment()
public Date getCreated()
public Date getUpdated()
public User getUpdateAuthor()
public Date getStarted()
public String getTimeSpent()
public long getTimeSpentSeconds()
Copyright © 2022. All rights reserved.