com.atlassian.greenhopper.web.rapid.plan
Class PlanningModeService.BacklogIssues

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.plan.PlanningModeService.BacklogIssues
Enclosing interface:
PlanningModeService

public static class PlanningModeService.BacklogIssues
extends java.lang.Object

Result of PlanningModeService.getBacklogIssues(com.atlassian.crowd.embedded.api.User, com.atlassian.greenhopper.model.rapid.RapidView, java.util.Set).


Constructor Summary
PlanningModeService.BacklogIssues(java.util.List<RapidIssueEntry> issues, java.util.List<ProjectEntry> projects, java.util.List<SprintMarkerEntry> markers)
           
 
Method Summary
 java.util.List<RapidIssueEntry> getIssues()
           
 java.util.List<SprintMarkerEntry> getMarkers()
           
 java.util.List<ProjectEntry> getProjects()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanningModeService.BacklogIssues

public PlanningModeService.BacklogIssues(java.util.List<RapidIssueEntry> issues,
                                         java.util.List<ProjectEntry> projects,
                                         java.util.List<SprintMarkerEntry> markers)
Method Detail

getIssues

public java.util.List<RapidIssueEntry> getIssues()

getProjects

public java.util.List<ProjectEntry> getProjects()

getMarkers

public java.util.List<SprintMarkerEntry> getMarkers()


Copyright © 2007-2012 Atlassian. All Rights Reserved.