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

Packages that use DaysAllocation
com.atlassian.greenhopper.model.team   
com.atlassian.greenhopper.service.issue   
 

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

Subinterfaces of DaysAllocation in com.atlassian.greenhopper.model.team
 interface TimeAllocation
          Provides time allocation information (in seconds) on top of day allocation.
 

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

Methods in com.atlassian.greenhopper.model.team with parameters of type DaysAllocation
static int AllocationUtils.getDayCount(DaysAllocation daysAllocation, org.joda.time.DateMidnight startCount, org.joda.time.DateMidnight endCount)
          Method counts the number of working days between a two dates.
static java.util.Map<java.lang.Integer,java.lang.Long> AllocationUtils.getDaysVsDatesMapping(DaysAllocation daysAllocation)
          This method works with correct working days - don't trust
static int AllocationUtils.numberOfWorkingDays(DaysAllocation daysAllocation, java.util.Date date)
           
static int AllocationUtils.numberOfWorkingDays(DaysAllocation daysAllocation, org.joda.time.DateMidnight day)
           
 

Uses of DaysAllocation in com.atlassian.greenhopper.service.issue
 

Methods in com.atlassian.greenhopper.service.issue with parameters of type DaysAllocation
 int IssueService.getDaysInStatus(com.atlassian.jira.issue.Issue issue, DaysAllocation daysAllocation)
          Gets the number of days the issue has been in it's current status
 int IssueServiceImpl.getDaysInStatus(com.atlassian.jira.issue.Issue issue, DaysAllocation daysAllocation)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.