Uses of Interface
com.atlassian.greenhopper.model.team.TimeAllocation

Packages that use TimeAllocation
com.atlassian.greenhopper.model.team   
com.atlassian.greenhopper.service.team   
 

Uses of TimeAllocation in com.atlassian.greenhopper.model.team
 

Classes in com.atlassian.greenhopper.model.team that implement TimeAllocation
 class DefaultTimeAllocation
          Default implementation of TimeAllocation Note: this object is incomplete and won't properly return data for a given user
 

Uses of TimeAllocation in com.atlassian.greenhopper.service.team
 

Methods in com.atlassian.greenhopper.service.team that return TimeAllocation
 TimeAllocation TeamAllocationService.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 The reason we expect a set of non working days here is the xagile gadget - it merges the non working days of all involved projects together and uses the result thereof.
 TimeAllocation GreenHopperTeamAllocationProvider.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 project and other values are available
 TimeAllocation TeamAllocationServiceImpl.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
 TimeAllocation TeamAllocationServiceSPI.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-2014 Atlassian. All Rights Reserved.