|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RapidViewLocationService
Allows the lookup of boards that an issue or sprint appears on.
| Method Summary | |
|---|---|
ServiceOutcome<BoardLocation> |
getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue,
RapidView rapidView)
Given the issue and a particular RapidView, returns the precise location of that issue on the RapidView. |
ServiceOutcome<BoardLocation> |
getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user,
Sprint sprint)
Given the sprint, returns the precise location of that sprint (on any RapidView). |
ServiceOutcome<java.util.Set<RapidView>> |
getRapidViewsForIssue(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue)
Given the issue, look up all the Rapid Boards it appears on. |
ServiceOutcome<java.util.Set<RapidView>> |
getRapidViewsForSprint(com.atlassian.crowd.embedded.api.User user,
java.lang.Long sprintId)
Given the sprint, look up all the Rapid Boards it appears on. |
| Method Detail |
|---|
@NotNull
ServiceOutcome<java.util.Set<RapidView>> getRapidViewsForIssue(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue)
user - the user performing the lookupissue - the issue being looked up
@NotNull
ServiceOutcome<java.util.Set<RapidView>> getRapidViewsForSprint(com.atlassian.crowd.embedded.api.User user,
java.lang.Long sprintId)
user - the user performing the lookupsprintId - the ID of the sprint being looked up
@NotNull
ServiceOutcome<BoardLocation> getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue,
RapidView rapidView)
RapidView, returns the precise location of that issue on the RapidView.
This is used so that we can redirect the user to exactly where the issue is, and not just dropping them on the board.
user - the user performing the lookupissue - the issue being looked uprapidView - the board being looked up
@NotNull
ServiceOutcome<BoardLocation> getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user,
Sprint sprint)
RapidView).
user - the user performing the lookupsprint - the sprint being looked up
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||