com.atlassian.greenhopper.service.timetracking
Interface TimeTrackingHistoryService

All Known Implementing Classes:
TimeTrackingHistoryServiceImpl

public interface TimeTrackingHistoryService

Service providing access to real time worklog history data for a given set of issues. This service constructs its data from the worklog entries as well as the change history of remaining estimate values.


Nested Class Summary
static class TimeTrackingHistoryService.HistoryEntry
           
static class TimeTrackingHistoryService.TimeTrackingHistory
          Data object produced by the TimeTrackingHistoryService
 
Method Summary
 ServiceOutcome<TimeTrackingHistoryService.TimeTrackingHistory> getTimeTrackingHistory(com.atlassian.crowd.embedded.api.User user, java.util.Collection<java.lang.String> issueKeys)
          Get the time tracking history for a given set of issues and a start and end date
 

Method Detail

getTimeTrackingHistory

ServiceOutcome<TimeTrackingHistoryService.TimeTrackingHistory> getTimeTrackingHistory(com.atlassian.crowd.embedded.api.User user,
                                                                                      java.util.Collection<java.lang.String> issueKeys)
Get the time tracking history for a given set of issues and a start and end date



Copyright © 2007-2014 Atlassian. All Rights Reserved.