Class TimeTracking
java.lang.Object
com.atlassian.jira.rest.client.api.domain.TimeTracking
Represents time tracking information associated with given issue
- Since:
- com.atlassian.jira.rest.client.api 0.3, server 4.4
-
Constructor Details
-
TimeTracking
-
-
Method Details
-
getOriginalEstimateMinutes
- Returns:
- original estimation [in minutes] for this issue or
nullwhen time spent information is not available
-
getRemainingEstimateMinutes
- Returns:
- original remaining estimated time [in minutes] for this issue or
nullwhen such estimation was not provided
-
getTimeSpentMinutes
- Returns:
- time spent [in minutes] on this issue or
nullwhen time spent information is not available to the caller (in some strange circumstances)
-
toString
-
equals
-
hashCode
public int hashCode()
-