|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BoardWithCapacities | |
---|---|
com.atlassian.greenhopper.service | |
com.pyxis.greenhopper.jira.actions | |
com.pyxis.greenhopper.jira.boards | |
com.pyxis.greenhopper.jira.boards.stats |
Uses of BoardWithCapacities in com.atlassian.greenhopper.service |
---|
Methods in com.atlassian.greenhopper.service with parameters of type BoardWithCapacities | |
---|---|
Capacity |
CapacityServiceImpl.getCapacity(BoardWithCapacities board,
WatchedField field)
|
Capacity |
CapacityService.getCapacity(BoardWithCapacities board,
WatchedField field)
Retrieves the capacities of the specified board |
java.lang.String |
CapacityServiceImpl.getCapacityMessage(BoardWithCapacities board,
boolean forMax)
|
java.lang.String |
CapacityService.getCapacityMessage(BoardWithCapacities board,
boolean forMax)
|
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 |
boolean |
CapacityServiceImpl.isMaxBusted(BoardWithCapacities board)
|
boolean |
CapacityService.isMaxBusted(BoardWithCapacities board)
|
boolean |
CapacityServiceImpl.isMinBusted(BoardWithCapacities board)
|
boolean |
CapacityService.isMinBusted(BoardWithCapacities board)
|
void |
CapacityServiceImpl.removeCapacity(BoardWithCapacities board,
WatchedField field)
|
void |
CapacityService.removeCapacity(BoardWithCapacities board,
WatchedField field)
Removes the capacity |
void |
CapacityServiceImpl.setCapacity(java.lang.String minCapacity,
java.lang.String maxCapacity,
BoardWithCapacities board,
WatchedField field)
|
void |
CapacityService.setCapacity(java.lang.String minCapacity,
java.lang.String maxCapacity,
BoardWithCapacities board,
WatchedField field)
Sets the minimum and maximum values of the specified board for a watchedField |
void |
CapacityServiceImpl.setDefaultCapacity(java.lang.String minCapacity,
java.lang.String maxCapacity,
BoardWithCapacities board,
WatchedField field)
|
void |
CapacityService.setDefaultCapacity(java.lang.String minCapacity,
java.lang.String maxCapacity,
BoardWithCapacities board,
WatchedField field)
Sets the default minimum and maximum values of the specified board for a watchedField |
Uses of BoardWithCapacities in com.pyxis.greenhopper.jira.actions |
---|
Methods in com.pyxis.greenhopper.jira.actions with parameters of type BoardWithCapacities | |
---|---|
Capacity |
CardBoardAction.getCapacity(BoardWithCapacities board,
WatchedField field)
|
java.lang.String |
CardBoardAction.getCapacityMessage(BoardWithCapacities board,
boolean forMax)
|
boolean |
CardBoardAction.isBusted(BoardWithCapacities board)
|
boolean |
CardBoardAction.isMaxBusted(BoardWithCapacities board)
|
boolean |
CardBoardAction.isMinBusted(BoardWithCapacities board)
|
Uses of BoardWithCapacities in com.pyxis.greenhopper.jira.boards |
---|
Subinterfaces of BoardWithCapacities in com.pyxis.greenhopper.jira.boards | |
---|---|
interface |
BoardWithMarkers
|
interface |
PlanningBoard
|
Classes in com.pyxis.greenhopper.jira.boards that implement BoardWithCapacities | |
---|---|
class |
AbstractNestableBoard
|
class |
AbstractPlanningBoard
|
class |
ArchivedChartBoard
|
class |
AssigneeBoard
|
class |
ChartBoard
|
class |
ChartOverviewBoard
|
class |
ComponentBoard
|
class |
GadgetBoard
|
class |
OrphanStepBoard
|
class |
OrphanTaskBoard
|
class |
ParentStepBoard
|
class |
ParentTaskBoard
|
class |
PrintBoard
|
class |
ProjectBoard
|
class |
StepBoard
|
class |
TaskBoard
|
class |
VersionBoard
|
Uses of BoardWithCapacities in com.pyxis.greenhopper.jira.boards.stats |
---|
Methods in com.pyxis.greenhopper.jira.boards.stats with parameters of type BoardWithCapacities | |
---|---|
Capacity |
CrossWatchField.getDefaultCapacity(BoardWithCapacities board)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |