|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DayWorkHistory | |
|---|---|
| com.atlassian.greenhopper.model.timetracking | |
| com.atlassian.greenhopper.service.timetracking | |
| Uses of DayWorkHistory in com.atlassian.greenhopper.model.timetracking |
|---|
| Methods in com.atlassian.greenhopper.model.timetracking that return DayWorkHistory | |
|---|---|
DayWorkHistory |
WorklogTimeline.getEntryAtDay(java.lang.String issueKey,
org.joda.time.DateMidnight day)
Return the DayWorkHistory entry at the given day for the given issue, or null if there is no such entry. |
| Methods in com.atlassian.greenhopper.model.timetracking that return types with arguments of type DayWorkHistory | |
|---|---|
java.util.Map<org.joda.time.DateMidnight,java.util.List<DayWorkHistory>> |
WorklogTimeline.transpose()
Transpose the map so that the days become the keys and the values are Lists of DayWorkHistory objects. |
| Methods in com.atlassian.greenhopper.model.timetracking with parameters of type DayWorkHistory | |
|---|---|
void |
WorklogTimeline.putEntry(java.lang.String issueKey,
org.joda.time.DateMidnight day,
DayWorkHistory history)
Add an entry for the given Issue key on the given day. |
| Uses of DayWorkHistory in com.atlassian.greenhopper.service.timetracking |
|---|
| Method parameters in com.atlassian.greenhopper.service.timetracking with type arguments of type DayWorkHistory | |
|---|---|
void |
WorklogHistoryCacheImpl.setEntry(java.lang.String issueKey,
java.util.SortedMap<org.joda.time.DateMidnight,DayWorkHistory> entry)
|
void |
WorklogHistoryCache.setEntry(java.lang.String issueKey,
java.util.SortedMap<org.joda.time.DateMidnight,DayWorkHistory> entry)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||