com.atlassian.jira.gadgets.system
Class RoadMapResource.ResolutionData
java.lang.Object
com.atlassian.jira.gadgets.system.RoadMapResource.ResolutionData
- Enclosing class:
- RoadMapResource
public static class RoadMapResource.ResolutionData
- extends Object
The data structure of statistics on resolved/unresolved, with jql clause used to retrieve the set of the issues.
It contains: - The count of issues (resolved/unresolved)
- The rounded percentage of the issues
against the count of all issues (in the same version) multiplied by 100
- The jql query to retrieve the
set of the data
getCount
public int getCount()
getPercentage
public int getPercentage()
getIssueNavigatorUrl
public String getIssueNavigatorUrl()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2012 Atlassian. All Rights Reserved.