Class Worklog
java.lang.Object
com.atlassian.jira.rest.client.api.domain.Worklog
- All Implemented Interfaces:
AddressableEntity
Issue worklog - single worklog entry describing the work logged for selected issue
- Since:
- v0.1
-
Constructor Details
-
Worklog
-
-
Method Details
-
getSelf
- Specified by:
getSelfin interfaceAddressableEntity- Returns:
- URI to this resource or (usually) its complete version - when partial representation is embedded in other resources
-
getIssueUri
-
getAuthor
-
getUpdateAuthor
-
getComment
-
getCreationDate
public org.joda.time.DateTime getCreationDate() -
getUpdateDate
public org.joda.time.DateTime getUpdateDate() -
getStartDate
public org.joda.time.DateTime getStartDate() -
getMinutesSpent
public int getMinutesSpent() -
getVisibility
-
toString
-
equals
-
hashCode
public int hashCode()
-