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

java.lang.Object
  extended by com.atlassian.jira.gadgets.system.RoadMapResource.RoadMapData
Enclosing class:
RoadMapResource

public static class RoadMapResource.RoadMapData
extends Object

The data structure of the road map generated by the RoadMapResource.

It contains the number of days covered in the period, the formatted end date of the period and a collection of unreleased versions, sorted by scheduled release dates.


Constructor Summary
RoadMapResource.RoadMapData(Collection<RoadMapResource.VersionData> versions, int days, String dateBefore)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDateBefore()
           
 int getDays()
           
 Collection<RoadMapResource.VersionData> getVersions()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RoadMapResource.RoadMapData

public RoadMapResource.RoadMapData(Collection<RoadMapResource.VersionData> versions,
                                   int days,
                                   String dateBefore)
Method Detail

getDays

public int getDays()

getDateBefore

public String getDateBefore()

getVersions

public Collection<RoadMapResource.VersionData> getVersions()

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.