public class ProjectBoard extends AbstractPlanningBoard
Modifier and Type | Field and Description |
---|---|
static String |
VIEW |
canBoardRank, context, id, issueView, log, name, pager
KEY
Constructor and Description |
---|
ProjectBoard(BoardContext boardContext) |
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 issue) |
boolean |
canEditName()
Can edit a box label
|
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
|
TreeSet<ProjectBoard> |
getAllBoards() |
protected ColumnPagination |
getBoardColumnPagination()
Retrieves the board column pagination
|
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 |
isCapacitySupported() |
boolean |
isInSame(com.atlassian.jira.issue.Issue issue1,
com.atlassian.jira.issue.Issue issue2)
Checks if both issues are in the same board
|
void |
updateName(String name)
Updates the name of the board
|
int |
updatePermission() |
canBoardRank, canEditSettings, canManage, getAllByBoardFilterKey, getAllByBoardFilters, getBoardCapacityKey, getBoardMarkerKey, getByBoardFilter, getCapacityDescription, getCapacityKey, getCapacityTitle, getColumnPagination, getCursor, getKey, getMarkerKey, getPrettyQuery, getQuery, isByBoardFilterSupported, isTaskBoardAvailable, isUnset, setByBoardFilterId, showLegendBar
canManageStats, canRank, canSelect, compareTo, 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 ProjectBoard(BoardContext boardContext)
public String getView()
Board
public TreeSet<ProjectBoard> getAllBoards()
public boolean canDrag(BoardIssue issue)
public boolean hasSettings()
Board
public boolean isCapacitySupported()
isCapacitySupported
in interface Board
isCapacitySupported
in class AbstractPlanningBoard
public boolean canEditName()
PlanningBoard
public int updatePermission()
public void updateName(String name)
PlanningBoard
name
- the new name of the boardpublic 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 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 Collection<com.atlassian.jira.issue.Issue> getSubtasks(SubtaskBoard parent)
PlanningBoard
public String getDescription()
PlanningBoard
public boolean isInSame(com.atlassian.jira.issue.Issue issue1, com.atlassian.jira.issue.Issue issue2)
PlanningBoard
public boolean hasDescription()
PlanningBoard
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 hasSubtasks(SubtaskBoard parent)
PlanningBoard
public boolean isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Board
protected ColumnPagination getBoardColumnPagination()
AbstractPlanningBoard
getBoardColumnPagination
in class AbstractPlanningBoard
ColumnPagination
Copyright © 2007–2015 Atlassian. All rights reserved.