Class TimeTracking

java.lang.Object
com.atlassian.jira.rest.client.api.domain.TimeTracking

public class TimeTracking extends Object
Represents time tracking information associated with given issue
Since:
com.atlassian.jira.rest.client.api 0.3, server 4.4
  • Constructor Details

    • TimeTracking

      public TimeTracking(@Nullable Integer originalEstimateMinutes, @Nullable Integer remainingEstimateMinutes, @Nullable Integer timeSpentMinutes)
  • Method Details

    • getOriginalEstimateMinutes

      @Nullable public Integer getOriginalEstimateMinutes()
      Returns:
      original estimation [in minutes] for this issue or null when time spent information is not available
    • getRemainingEstimateMinutes

      @Nullable public Integer getRemainingEstimateMinutes()
      Returns:
      original remaining estimated time [in minutes] for this issue or null when such estimation was not provided
    • getTimeSpentMinutes

      @Nullable public Integer getTimeSpentMinutes()
      Returns:
      time spent [in minutes] on this issue or null when time spent information is not available to the caller (in some strange circumstances)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object