|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.jira.plugin.projectpanel.impl.VersionDrillDownRenderer.RoadMapGraphingBean
public static class VersionDrillDownRenderer.RoadMapGraphingBean
Helper class to draw progress charts.
| Constructor Summary | |
|---|---|
VersionDrillDownRenderer.RoadMapGraphingBean(BrowseContext ctx,
SearchProvider searchProvider,
ConstantsManager constantsManager,
SearchService searchService,
boolean isPersonal)
|
|
| Method Summary | |
|---|---|
int |
getIssueCountByFixForVersion(Version version)
Get a count of issues for a given fix for version under the current context. |
int |
getIssueCountOpenByFixForVersion(Version version)
Get a count of open issues for a given fix for version under the current context. |
PercentageGraphModel |
getIssueSummaryByFixForVersion(Version version,
ProjectComponent component,
int openCount,
int allCount)
Gets a progress graph model for the current version under the current context. |
String |
getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal,
boolean unresolved)
|
String |
getResolvedQueryString()
The query string for resolved issues. |
String |
getUnresolvedQueryString()
The query string for unresolved issues. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersionDrillDownRenderer.RoadMapGraphingBean(BrowseContext ctx,
SearchProvider searchProvider,
ConstantsManager constantsManager,
SearchService searchService,
boolean isPersonal)
| Method Detail |
|---|
public int getIssueCountByFixForVersion(Version version)
throws SearchException
version - The fix for version to get the issue count for.
SearchException - if an exception is thrown while searching
public int getIssueCountOpenByFixForVersion(Version version)
throws Exception
version - The fix for version to get the open issue count for.
Exception - if an exception is thrown while searching
public PercentageGraphModel getIssueSummaryByFixForVersion(Version version,
ProjectComponent component,
int openCount,
int allCount)
openCount - The number of open issues for this version under this contextallCount - The total issues under this context
public String getNavigatorUrl(Project project,
Version version,
ProjectComponent component,
boolean isPersonal,
boolean unresolved)
public String getResolvedQueryString()
public String getUnresolvedQueryString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||