com.atlassian.jira.gadgets.system
Class RoadMapResource.RoadMapData
java.lang.Object
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.
RoadMapResource.RoadMapData
public RoadMapResource.RoadMapData(Collection<RoadMapResource.VersionData> versions,
int days,
String dateBefore)
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-2011 Atlassian. All Rights Reserved.