|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
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. |
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. |
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||