Uses of Class
com.pyxis.greenhopper.charts.report.IssueReport

Packages that use IssueReport
com.atlassian.greenhopper.service.charts   
com.pyxis.greenhopper.charts.report   
com.pyxis.greenhopper.charts.timetracking   
 

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

Methods in com.atlassian.greenhopper.service.charts that return types with arguments of type IssueReport
 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.
 

Uses of IssueReport in com.pyxis.greenhopper.charts.report
 

Methods in com.pyxis.greenhopper.charts.report with parameters of type IssueReport
 int IssueReport.compareTo(IssueReport other)
           
 

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

Methods in com.pyxis.greenhopper.charts.timetracking that return types with arguments of type IssueReport
protected  java.util.Map<java.lang.String,IssueReport> HourBurndown.computeReportlogs()
           
 

Methods in com.pyxis.greenhopper.charts.timetracking with parameters of type IssueReport
protected  java.lang.String HourBurndown.setRankingFields(IssueReport issueReport)
           
protected  java.lang.String HourBurndown.setWatchedFields(IssueReport issueReport)
           
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.