com.atlassian.greenhopper.service.team
Interface TeamAllocationServiceSPI
- All Known Implementing Classes:
- GreenHopperTeamAllocationProvider
public interface TeamAllocationServiceSPI
To be implemented by team allocation data providers.
|
Method Summary |
TimeAllocation |
getTimeAllocation(com.atlassian.crowd.embedded.api.User user,
java.util.Set<org.joda.time.DateMidnight> nonWorkingDays,
org.joda.time.DateMidnight startDate,
org.joda.time.DateMidnight endDate)
Legacy implementation - used in current code until xproject and other values are available |
getTimeAllocation
TimeAllocation getTimeAllocation(com.atlassian.crowd.embedded.api.User user,
java.util.Set<org.joda.time.DateMidnight> nonWorkingDays,
org.joda.time.DateMidnight startDate,
org.joda.time.DateMidnight endDate)
- Legacy implementation - used in current code until xproject and other values are available
Copyright © 2007-2012 Atlassian. All Rights Reserved.