Uses of Class
com.pyxis.greenhopper.jira.boards.ChartBoard

Packages that use ChartBoard
com.atlassian.greenhopper.service.charts   
com.pyxis.greenhopper.charts.context   
com.pyxis.greenhopper.jira.boards   
com.pyxis.greenhopper.jira.boards.context   
com.pyxis.greenhopper.jira.boards.stats   
com.pyxis.greenhopper.jira.util.comparator   
 

Uses of ChartBoard in com.atlassian.greenhopper.service.charts
 

Methods in com.atlassian.greenhopper.service.charts with parameters of type ChartBoard
 HourBurndownModel HourBurndownChartServiceImpl.getAggregatedHourBurndown(GHVersion iteration, com.atlassian.crowd.embedded.api.User user, ChartBoard board)
           
 HourBurndownModel HourBurndownChartService.getAggregatedHourBurndown(GHVersion iteration, com.atlassian.crowd.embedded.api.User user, ChartBoard board)
          Build the HourBurndownModel for a parent iteration.
 

Constructors in com.atlassian.greenhopper.service.charts with parameters of type ChartBoard
HourBurndownAdapter(ChartContext chartContext, ChartBoard board, HourBurndownChartService chartService, GHVersionService iterationService)
          Deprecated.  
 

Uses of ChartBoard in com.pyxis.greenhopper.charts.context
 

Fields in com.pyxis.greenhopper.charts.context declared as ChartBoard
protected  ChartBoard ChartBoardContext.board
           
 

Methods in com.pyxis.greenhopper.charts.context that return ChartBoard
 ChartBoard CrossAgileGadgetContext.getBoard()
           
 ChartBoard ChartBoardContext.getBoard()
           
abstract  ChartBoard AbstractChartContext.getBoard()
           
 

Constructors in com.pyxis.greenhopper.charts.context with parameters of type ChartBoard
ChartBoardContext(ChartBoard chartBoard)
           
 

Uses of ChartBoard in com.pyxis.greenhopper.jira.boards
 

Subclasses of ChartBoard in com.pyxis.greenhopper.jira.boards
 class ArchivedChartBoard
           
 class ChartOverviewBoard
           
 class GadgetBoard
           
 

Methods in com.pyxis.greenhopper.jira.boards that return types with arguments of type ChartBoard
protected  java.util.TreeSet<ChartBoard> ChartOverviewBoard.getLevelChildren()
           
protected  java.util.TreeSet<ChartBoard> ChartBoard.getLevelChildren()
           
protected  java.util.TreeSet<ChartBoard> ArchivedChartBoard.getLevelChildren()
           
 

Uses of ChartBoard in com.pyxis.greenhopper.jira.boards.context
 

Methods in com.pyxis.greenhopper.jira.boards.context that return ChartBoard
 ChartBoard DefaultBoardContext.getChartBoard(com.atlassian.jira.project.version.Version version)
           
 ChartBoard BoardContext.getChartBoard(com.atlassian.jira.project.version.Version version)
           
 

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

Methods in com.pyxis.greenhopper.jira.boards.stats with parameters of type ChartBoard
 void RemainingField.saveCharts(ChartBoard chartBoard)
           
 void IssueCountField.saveCharts(ChartBoard chartBoard)
           
 

Uses of ChartBoard in com.pyxis.greenhopper.jira.util.comparator
 

Methods in com.pyxis.greenhopper.jira.util.comparator with parameters of type ChartBoard
 int EndDateComparator.compare(ChartBoard board1, ChartBoard board2)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.