|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TimeAllocation
Provides time allocation information (in seconds) on top of day allocation.
| Method Summary | |
|---|---|
long |
getTime(org.joda.time.DateMidnight day)
Get the total time for a single day. |
java.util.Map<org.joda.time.DateMidnight,java.lang.Long> |
getTimePerDay()
Get the time on a per-day basis. |
long |
getTotalTime()
Get the total time for the whole allocation period. |
| Methods inherited from interface com.atlassian.greenhopper.model.team.DaysAllocation |
|---|
getEndDate, getStartDate, getWorkingDays, getWorkingDaysCount, hasWorkingDays, isWorkingDay |
| Method Detail |
|---|
long getTotalTime()
java.util.Map<org.joda.time.DateMidnight,java.lang.Long> getTimePerDay()
long getTime(org.joda.time.DateMidnight day)
day - the day to fetch the total for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||