public class SubtaskBoard extends SearchBoard
ID, VIEW
canBoardRank, context, id, issueView, log, name, pager
Constructor and Description |
---|
SubtaskBoard(BoardContext boardContext,
com.atlassian.jira.issue.Issue parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
canBoardRank() |
boolean |
canDrag(BoardIssue boardIssue) |
boolean |
canRank(BoardIssue boardIssue)
Retrieves whether or not the ranking is enabled in the board
|
boolean |
canSelect(BoardIssue boardIssue) |
Collection<com.atlassian.jira.issue.Issue> |
getAssigneeSubtasksFor(String assignee) |
BoardIssue |
getBoardIssue(com.atlassian.jira.issue.Issue issue)
Retrieves the decorated isssue
|
Collection<com.atlassian.jira.issue.Issue> |
getComponentSubtasksFor(Long componentId) |
String |
getCursor(BoardIssue boardIssue)
Retrieves the cursor of the issue based on the possible actions
|
com.atlassian.jira.issue.Issue |
getIssue() |
int |
getMaxIssues()
Retrieves the maximum number of issues that can be displayed
|
protected com.atlassian.query.Query |
getPrettyQuery() |
protected com.atlassian.query.Query |
getQuery() |
String |
getSearchKey() |
String |
getTitle() |
Collection<com.atlassian.jira.issue.Issue> |
getVersionSubtasksFor(Long versionId) |
boolean |
isAddSubEnabled() |
boolean |
isSearchInputSupported() |
boolean |
showParentSubInfo()
Show or not the parent/sub info
|
getStrippedSearchKey, getStrippedSearchKeyForInput, getType, isStatsPanelSupported
canManageStats, getContext, getDisplayableBoardForIssue, getKey, getView, hasMenuItems, hasSettings, hideDone, hideSubs, isAddIssueEnabled, isAssignedToMeOn, isAssociatedWith, isHighLighting, showLegendBar
compareTo, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoxCss, getDecoratedName, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getDisplayQuery, getFocussedIssue, getHighLightedIssues, getId, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, getMaxPagine, getName, getNavigatorQuery, getPageNumber, getPager, getPager, getPagination, getPluginLinks, getProject, getProjectId, getQuery, getRawName, getShowClassicBoardsEOLWarning, getStart, getSummary, hashCode, indexOf, isCapacitySupported, isCardsDisplayed, isListDisplayed, isLocked, isMarkersSupported, isModifierOn, isProjectAdmin, isSelectable, issueCount, issuePagineCount, isSummariesDisplayed, showProgressStats, showStats, truncate
public SubtaskBoard(BoardContext boardContext, com.atlassian.jira.issue.Issue parent)
public com.atlassian.jira.issue.Issue getIssue()
getIssue
in class SearchBoard
public boolean canDrag(BoardIssue boardIssue)
canDrag
in interface Board
canDrag
in class AbstractModalBoard
public String getCursor(BoardIssue boardIssue)
Board
getCursor
in interface Board
getCursor
in class AbstractBoard
public boolean showParentSubInfo()
Board
showParentSubInfo
in interface Board
showParentSubInfo
in class AbstractBoard
public boolean canBoardRank()
canBoardRank
in interface Board
canBoardRank
in class AbstractBoard
public boolean canRank(BoardIssue boardIssue)
Board
canRank
in interface Board
canRank
in class AbstractBoard
public boolean canSelect(BoardIssue boardIssue)
canSelect
in interface Board
canSelect
in class SearchBoard
public boolean isAddSubEnabled()
isAddSubEnabled
in class AbstractModalBoard
public BoardIssue getBoardIssue(com.atlassian.jira.issue.Issue issue)
Board
getBoardIssue
in interface Board
getBoardIssue
in class AbstractBoard
BoardIssue
public String getSearchKey()
getSearchKey
in class SearchBoard
public String getTitle()
getTitle
in class SearchBoard
public boolean isSearchInputSupported()
isSearchInputSupported
in class SearchBoard
public int getMaxIssues()
Board
getMaxIssues
in interface Board
getMaxIssues
in class AbstractBoard
public Collection<com.atlassian.jira.issue.Issue> getVersionSubtasksFor(Long versionId)
public Collection<com.atlassian.jira.issue.Issue> getComponentSubtasksFor(Long componentId)
public Collection<com.atlassian.jira.issue.Issue> getAssigneeSubtasksFor(String assignee)
protected com.atlassian.query.Query getQuery()
getQuery
in class AbstractBoard
protected com.atlassian.query.Query getPrettyQuery()
getPrettyQuery
in class AbstractBoard
Copyright © 2007–2015 Atlassian. All rights reserved.