public class BoardLocation extends Object
RapidViewLocationService.getBoardLocationForIssue(com.atlassian.jira.user.ApplicationUser, com.atlassian.jira.issue.Issue, com.atlassian.greenhopper.model.rapid.RapidView)
and RapidViewLocationService.getBoardLocationForSprint(com.atlassian.jira.user.ApplicationUser, com.atlassian.greenhopper.service.sprint.Sprint).
The location on the board is either Plan mode, Work mode, or the Sprint Retrospective Report for a particular sprint.RapidViewLocationService| Modifier and Type | Class and Description |
|---|---|
static class |
BoardLocation.Modes |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static BoardLocation |
forPlan() |
static BoardLocation |
forSprintReport(Long sprintId) |
static BoardLocation |
forWork() |
BoardLocation.Modes |
getMode() |
Long |
getSprintId() |
int |
hashCode() |
public static BoardLocation forPlan()
public static BoardLocation forWork()
public static BoardLocation forSprintReport(Long sprintId)
public BoardLocation.Modes getMode()
public Long getSprintId()
Copyright © 2007–2015 Atlassian. All rights reserved.