com.atlassian.jira.gadgets.system
Class RoadMapResource.ResolutionData

java.lang.Object
  extended by 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:


Method Summary
 boolean equals(Object o)
           
 int getCount()
           
 String getIssueNavigatorUrl()
           
 int getPercentage()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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-2013 Atlassian. All Rights Reserved.