|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.greenhopper.web.rapid.plan.PlanningModeServiceImpl
@Service public class PlanningModeServiceImpl
Provides data required on the planning mode
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.atlassian.greenhopper.web.rapid.plan.PlanningModeService |
---|
PlanningModeService.CurrentSprints, PlanningModeService.Result |
Constructor Summary | |
---|---|
PlanningModeServiceImpl()
|
Method Summary | |
---|---|
ServiceOutcome<PlanningModeService.Result> |
getBacklogIssuesAndSprintAssignment(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilters)
Fetches all issues shown on the plan mode. |
ServiceOutcome<SprintPlanEntry> |
getCurrentSprintAndIssues(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.lang.Long sprintId,
java.util.Set<java.lang.Long> activeQuickFilters)
Returns a representation of a single currently (open) sprint. |
ServiceOutcome<PlanningModeService.CurrentSprints> |
getCurrentSprintsAndIssues(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilters)
Returns a representation of the current (open) sprints and their issues for the Plan mode of a Rapid Board. |
ServiceOutcome<java.lang.Iterable<com.atlassian.jira.issue.Issue>> |
getTopRankedIssueInSprint(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
java.util.Set<java.lang.Long> activeQuickFilters)
Get the top ranked issue in the current sprint for a given rapid view. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlanningModeServiceImpl()
Method Detail |
---|
public ServiceOutcome<PlanningModeService.Result> getBacklogIssuesAndSprintAssignment(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
PlanningModeService
getBacklogIssuesAndSprintAssignment
in interface PlanningModeService
public ServiceOutcome<java.lang.Iterable<com.atlassian.jira.issue.Issue>> getTopRankedIssueInSprint(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
PlanningModeService
getTopRankedIssueInSprint
in interface PlanningModeService
@NotNull public ServiceOutcome<SprintPlanEntry> getCurrentSprintAndIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long sprintId, java.util.Set<java.lang.Long> activeQuickFilters)
PlanningModeService
getCurrentSprintAndIssues
in interface PlanningModeService
user
- the userrapidView
- the boardsprintId
- the id of the sprint to retrieve
public ServiceOutcome<PlanningModeService.CurrentSprints> getCurrentSprintsAndIssues(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.Set<java.lang.Long> activeQuickFilters)
PlanningModeService
getCurrentSprintsAndIssues
in interface PlanningModeService
user
- the userrapidView
- the board
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |