public class AssigneeBoard extends AbstractPlanningBoard
Modifier and Type | Field and Description |
---|---|
static String |
VIEW |
canBoardRank, context, id, issueView, log, name, pager
KEY
Constructor and Description |
---|
AssigneeBoard(BoardContext boardContext) |
AssigneeBoard(BoardContext boardContext,
com.atlassian.jira.user.ApplicationUser user) |
Modifier and Type | Method and Description |
---|---|
com.atlassian.jira.jql.builder.JqlClauseBuilder |
applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder,
boolean pretty) |
boolean |
canDrag(BoardIssue boardIssue) |
boolean |
canEditName()
Can edit a box label
|
int |
compareTo(Board obj) |
void |
doUpdate(Set<com.atlassian.jira.issue.Issue> issues,
String boardId)
Will associate all issues with the new board
|
List<SubtaskBoard> |
doUpdateReport(Set<com.atlassian.jira.issue.Issue> issues)
Retrieves all the standard issues with subtasks that can be part of the update from the defined set of issues
|
static String |
escapedId(String id) |
TreeSet<AssigneeBoard> |
getAllBoards() |
Set<VersionBoard> |
getAllByBoardFilters() |
com.atlassian.jira.user.ApplicationUser |
getAssignee() |
String |
getBoardCapacityKey(WatchedField field) |
protected ColumnPagination |
getBoardColumnPagination()
Retrieves the board column pagination
|
PlanningBoard |
getByBoardFilter() |
String |
getCapacityKey(WatchedField field) |
String |
getDescription()
Retrieves the description of the board
|
String |
getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Retrieves the id of the board where the issue is displayed in
|
Collection<com.atlassian.jira.issue.Issue> |
getSubtasks(SubtaskBoard parent)
Retrieves the subtasks of the specified parent that are associated with the board
|
String |
getView()
The issue view to display the issues in
|
boolean |
hasDescription()
Checks if the board has a description
|
boolean |
hasSettings()
Checks if the board has settings
|
boolean |
hasSubtasks(SubtaskBoard parent)
Checks if the parent has some subtasks associated with the board
|
boolean |
isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Checks whether the issue is associated with this board, e.g.
|
boolean |
isInSame(com.atlassian.jira.issue.Issue issue1,
com.atlassian.jira.issue.Issue issue2)
Checks if both issues are in the same board
|
boolean |
isTaskBoardAvailable() |
void |
setByBoardFilterId(String boardFilterId) |
static String |
unescapedId(String id) |
void |
updateName(String name)
Updates the name of the board
|
int |
updatePermission() |
canBoardRank, canEditSettings, canManage, getAllByBoardFilterKey, getBoardMarkerKey, getCapacityDescription, getCapacityTitle, getColumnPagination, getCursor, getKey, getMarkerKey, getPrettyQuery, getQuery, isByBoardFilterSupported, isCapacitySupported, isUnset, showLegendBar
canManageStats, canRank, canSelect, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoardIssue, getBoxCss, getContext, getDecoratedName, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getDisplayQuery, getFocussedIssue, getHighLightedIssues, getId, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, getMaxIssues, getMaxPagine, getName, getNavigatorQuery, getPageNumber, getPager, getPager, getPagination, getPluginLinks, getProject, getProjectId, getQuery, getRawName, getShowClassicBoardsEOLWarning, getStart, getSummary, hashCode, hasMenuItems, hideDone, hideSubs, indexOf, isAssignedToMeOn, isCardsDisplayed, isHighLighting, isListDisplayed, isLocked, isMarkersSupported, isModifierOn, isProjectAdmin, isSelectable, issueCount, issuePagineCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats, truncate
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
canManageStats
canRank, canSelect, computeStartFor, containsIssue, focusOn, getAllIssues, getBoardContext, getBoardIssue, getBoxCss, getContext, getDecoratedName, getDisplayQuery, getHighLightedIssues, getId, getIssues, getIssuesInPage, getIssueView, getMaxIssues, getMaxPagine, getName, getNavigatorQuery, getPagination, getProject, getProjectId, getQuery, getStart, getSummary, hasMenuItems, hideDone, hideSubs, isAssignedToMeOn, isCardsDisplayed, isHighLighting, isListDisplayed, isLocked, isMarkersSupported, isModifierOn, isSelectable, issueCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats
public static final String VIEW
public AssigneeBoard(BoardContext boardContext, com.atlassian.jira.user.ApplicationUser user)
public AssigneeBoard(BoardContext boardContext)
public com.atlassian.jira.user.ApplicationUser getAssignee()
public TreeSet<AssigneeBoard> getAllBoards()
public String getView()
Board
public boolean canDrag(BoardIssue boardIssue)
public boolean hasSettings()
Board
public Set<VersionBoard> getAllByBoardFilters()
getAllByBoardFilters
in class AbstractPlanningBoard
public void doUpdate(Set<com.atlassian.jira.issue.Issue> issues, String boardId) throws Exception
PlanningBoard
issues
- issues to updateboardId
- Id of the board to associateException
public List<SubtaskBoard> doUpdateReport(Set<com.atlassian.jira.issue.Issue> issues)
PlanningBoard
issues
- Set of issues to retrieve the parents that have candidate subtasks for the updateSubtaskBoard
public boolean hasSubtasks(SubtaskBoard parent)
PlanningBoard
public Collection<com.atlassian.jira.issue.Issue> getSubtasks(SubtaskBoard parent)
PlanningBoard
public boolean canEditName()
PlanningBoard
public int updatePermission()
public boolean isInSame(com.atlassian.jira.issue.Issue issue1, com.atlassian.jira.issue.Issue issue2)
PlanningBoard
public String getDescription()
PlanningBoard
public boolean hasDescription()
PlanningBoard
public void updateName(String name) throws Exception
PlanningBoard
name
- the new name of the boardException
public com.atlassian.jira.jql.builder.JqlClauseBuilder applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder, boolean pretty)
public String getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Board
issue
- to locatepublic boolean isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Board
public String getCapacityKey(WatchedField field)
getCapacityKey
in interface BoardWithCapacities
getCapacityKey
in class AbstractPlanningBoard
public String getBoardCapacityKey(WatchedField field)
getBoardCapacityKey
in interface BoardWithCapacities
getBoardCapacityKey
in class AbstractPlanningBoard
public PlanningBoard getByBoardFilter()
getByBoardFilter
in interface PlanningBoard
getByBoardFilter
in class AbstractPlanningBoard
public void setByBoardFilterId(String boardFilterId)
setByBoardFilterId
in interface PlanningBoard
setByBoardFilterId
in class AbstractPlanningBoard
public int compareTo(Board obj)
compareTo
in interface Comparable<Board>
compareTo
in class AbstractBoard
public boolean isTaskBoardAvailable()
isTaskBoardAvailable
in interface PlanningBoard
isTaskBoardAvailable
in class AbstractPlanningBoard
protected ColumnPagination getBoardColumnPagination()
AbstractPlanningBoard
getBoardColumnPagination
in class AbstractPlanningBoard
ColumnPagination
Copyright © 2007–2015 Atlassian. All rights reserved.