Uses of Interface
com.pyxis.greenhopper.charts.context.ChartContext

Packages that use ChartContext
com.atlassian.greenhopper.service.charts   
com.pyxis.greenhopper.charts   
com.pyxis.greenhopper.charts.context   
com.pyxis.greenhopper.charts.customfield   
com.pyxis.greenhopper.charts.issuetracking   
com.pyxis.greenhopper.charts.renderer   
com.pyxis.greenhopper.charts.timetracking   
com.pyxis.greenhopper.gadget   
com.pyxis.greenhopper.gadget.model   
com.pyxis.greenhopper.jira.actions   
 

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

Methods in com.atlassian.greenhopper.service.charts with parameters of type ChartContext
 java.util.Map<java.lang.String,IssueReport> HourBurndownChartServiceImpl.getHourBurndownReport(java.util.List<com.atlassian.jira.issue.Issue> issues, com.atlassian.crowd.embedded.api.User user, org.joda.time.DateMidnight startDate, org.joda.time.DateMidnight endDate, ChartContext chartContext)
          The report can't be based on the model, since it contains the raw data on a per-issue-base.
 java.util.Map<java.lang.String,IssueReport> HourBurndownChartService.getHourBurndownReport(java.util.List<com.atlassian.jira.issue.Issue> issues, com.atlassian.crowd.embedded.api.User user, org.joda.time.DateMidnight startDate, org.joda.time.DateMidnight endDate, ChartContext chartContext)
          Build a Map of IssueReport items for all given issues, with the remaining estimate values set for each day in the sprint.
 

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

Uses of ChartContext in com.pyxis.greenhopper.charts
 

Fields in com.pyxis.greenhopper.charts declared as ChartContext
protected  ChartContext CurveChart.chartContext
           
protected  ChartContext BarChart.chartContext
           
 

Constructors in com.pyxis.greenhopper.charts with parameters of type ChartContext
BarChart(ChartContext chartContext)
           
CurveChart(ChartContext chartContext)
           
 

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

Classes in com.pyxis.greenhopper.charts.context that implement ChartContext
 class AbstractChartContext
           
 class AgileGadgetChartContext
           
 class ArchivedChartBoardContext
           
 class ChartBoardContext
           
 class ChartOverviewContext
           
 class CrossAgileGadgetContext
           
 

Uses of ChartContext in com.pyxis.greenhopper.charts.customfield
 

Constructors in com.pyxis.greenhopper.charts.customfield with parameters of type ChartContext
FieldBurndown(ChartContext chartContext)
           
FieldBurnup(ChartContext chartContext)
           
FieldVelocity(ChartContext chartContext)
           
MasterFieldBurndown(ChartContext chartContext)
           
MasterFieldBurnup(ChartContext chartContext)
           
MasterFieldVelocity(ChartContext chartContext)
           
 

Uses of ChartContext in com.pyxis.greenhopper.charts.issuetracking
 

Constructors in com.pyxis.greenhopper.charts.issuetracking with parameters of type ChartContext
AbstractCumulativeFlow(ChartContext chartContext)
           
IssueBurndown(ChartContext chartContext)
           
StateCumulativeFlow(ChartContext chartContext)
           
TBCumulativeFlow(ChartContext chartContext)
           
 

Uses of ChartContext in com.pyxis.greenhopper.charts.renderer
 

Methods in com.pyxis.greenhopper.charts.renderer with parameters of type ChartContext
 org.jfree.chart.JFreeChart BarRenderer.render(BarChart chart, ChartContext chartContext)
           
 org.jfree.chart.JFreeChart CurveRenderer.render(CurveChart chart, ChartContext chartContext)
           
 

Uses of ChartContext in com.pyxis.greenhopper.charts.timetracking
 

Constructors in com.pyxis.greenhopper.charts.timetracking with parameters of type ChartContext
HourBurndown(ChartContext chartContext)
           
 

Uses of ChartContext in com.pyxis.greenhopper.gadget
 

Methods in com.pyxis.greenhopper.gadget that return ChartContext
 ChartContext GHAgileGadgetPreferences.getChartContext()
           
 ChartContext CrossAgileGadgetPreferences.getChartContext()
           
 ChartContext AgileGadgetPreferences.getChartContext()
           
 

Constructors in com.pyxis.greenhopper.gadget with parameters of type ChartContext
GreenHopperResource.Dates(java.lang.String id, java.util.Date date, ChartContext ctx)
           
GreenHopperResource.Displays(ChartContext chartContext)
           
 

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

Constructors in com.pyxis.greenhopper.gadget.model with parameters of type ChartContext
Board.Chart(ChartContext chartContext)
           
 

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

Methods in com.pyxis.greenhopper.jira.actions that return ChartContext
 ChartContext ChartBoardAction.getChartContext()
           
 ChartContext ArchiveChartAction.getChartContext()
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.