Uses of Interface
com.atlassian.greenhopper.model.stats.Capacity

Packages that use Capacity
com.atlassian.greenhopper.model.stats   
com.atlassian.greenhopper.service   
com.atlassian.greenhopper.service.statistics   
com.pyxis.greenhopper.gadget.model   
com.pyxis.greenhopper.jira.actions   
com.pyxis.greenhopper.jira.boards.stats   
 

Uses of Capacity in com.atlassian.greenhopper.model.stats
 

Classes in com.atlassian.greenhopper.model.stats that implement Capacity
 class BoardCapacity
           
 class NoneCapacity
           
 

Fields in com.atlassian.greenhopper.model.stats declared as Capacity
static Capacity Capacity.NONE
           
 

Methods in com.atlassian.greenhopper.model.stats that return Capacity
 Capacity Capacities.get(WatchedField watchedField)
           
 Capacity Marker.getCapacity()
           
 Capacity EmptyMarker.getCapacity()
           
 Capacity BoardMarker.getCapacity()
           
 

Methods in com.atlassian.greenhopper.model.stats that return types with arguments of type Capacity
 java.util.List<Capacity> Capacities.getCapacities()
           
 

Methods in com.atlassian.greenhopper.model.stats with parameters of type Capacity
 void Marker.setCapacity(Capacity capacity)
           
 void EmptyMarker.setCapacity(Capacity capacity)
           
 void BoardMarker.setCapacity(Capacity capacity)
           
 void NoneCapacity.setDefaultCapacity(Capacity capacity)
           
 void Capacity.setDefaultCapacity(Capacity capacity)
           
 void BoardCapacity.setDefaultCapacity(Capacity capacity)
           
 

Constructor parameters in com.atlassian.greenhopper.model.stats with type arguments of type Capacity
Capacities(java.util.List<Capacity> capacities)
           
 

Uses of Capacity in com.atlassian.greenhopper.service
 

Methods in com.atlassian.greenhopper.service that return Capacity
 Capacity CapacityServiceImpl.getCapacity(BoardWithCapacities board, WatchedField field)
           
 Capacity CapacityService.getCapacity(BoardWithCapacities board, WatchedField field)
          Retrieves the capacities of the specified board
 Capacity CapacityServiceImpl.getDefaultCapacity(BoardWithCapacities board, WatchedField field)
           
 Capacity CapacityService.getDefaultCapacity(BoardWithCapacities board, WatchedField field)
          Retrieves the default capacities of the specified board based on the nature of the board
 

Uses of Capacity in com.atlassian.greenhopper.service.statistics
 

Methods in com.atlassian.greenhopper.service.statistics that return Capacity
 Capacity CapacityService2Impl.getCapacity(com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String key, WatchedField watchedField)
          Deprecated. 
 Capacity CapacityService2.getCapacity(com.atlassian.jira.project.Project project, ViewDefinition view, java.lang.String key, WatchedField watchedField)
           
 

Uses of Capacity in com.pyxis.greenhopper.gadget.model
 

Constructors in com.pyxis.greenhopper.gadget.model with parameters of type Capacity
TaskBoardInfo(I18n2 i18n, Capacity capacity, TaskBoardConfiguration config, StepBoard stepBoard)
           
 

Uses of Capacity in com.pyxis.greenhopper.jira.actions
 

Methods in com.pyxis.greenhopper.jira.actions that return Capacity
 Capacity CardBoardAction.getCapacity(BoardWithCapacities board, WatchedField field)
           
 Capacity CardBoardAction.getDefaultCapacity(WatchedField field)
           
 

Uses of Capacity in com.pyxis.greenhopper.jira.boards.stats
 

Methods in com.pyxis.greenhopper.jira.boards.stats that return Capacity
 Capacity CrossWatchField.getCapacity(PlanningBoard board)
           
 Capacity CrossWatchField.getDefaultCapacity(BoardWithCapacities board)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.