|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.greenhopper.web.rapid.plan.PlanningModeService.CurrentSprints
public static class PlanningModeService.CurrentSprints
A mapping from the current sprints to the issues which they contain.
Note: this mapping is currently unnecessary as we store the issues against the sprint in
PlanningDataModel.OpenSprintEntry.issues. This may change?
| Constructor Summary | |
|---|---|
PlanningModeService.CurrentSprints()
|
|
| Method Summary | |
|---|---|
void |
add(PlanningDataModel.OpenSprintEntry sprint,
java.util.List<RapidIssueEntry> issues)
|
java.util.Map<PlanningDataModel.OpenSprintEntry,java.util.List<RapidIssueEntry>> |
getSprintsToIssues()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlanningModeService.CurrentSprints()
| Method Detail |
|---|
public void add(PlanningDataModel.OpenSprintEntry sprint,
java.util.List<RapidIssueEntry> issues)
public java.util.Map<PlanningDataModel.OpenSprintEntry,java.util.List<RapidIssueEntry>> getSprintsToIssues()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||