|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BoardLocation | |
|---|---|
| com.atlassian.greenhopper.service.rapid | |
| Uses of BoardLocation in com.atlassian.greenhopper.service.rapid |
|---|
| Methods in com.atlassian.greenhopper.service.rapid that return BoardLocation | |
|---|---|
static BoardLocation |
BoardLocation.forPlan()
|
static BoardLocation |
BoardLocation.forSprintReport(java.lang.Long sprintId)
|
static BoardLocation |
BoardLocation.forWork()
|
| Methods in com.atlassian.greenhopper.service.rapid that return types with arguments of type BoardLocation | |
|---|---|
ServiceOutcome<BoardLocation> |
RapidViewLocationServiceImpl.getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User user,
com.atlassian.jira.issue.Issue issue,
RapidView rapidView)
|
ServiceOutcome<BoardLocation> |
RapidViewLocationService.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> |
RapidViewLocationServiceImpl.getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user,
Sprint sprint)
|
ServiceOutcome<BoardLocation> |
RapidViewLocationService.getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user,
Sprint sprint)
Given the sprint, returns the precise location of that sprint (on any RapidView). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||