com.pyxis.greenhopper.jira.boards.modal
Class RankingBoard
java.lang.Object
com.pyxis.greenhopper.jira.boards.AbstractBoard
com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard
com.pyxis.greenhopper.jira.boards.modal.RankingBoard
- All Implemented Interfaces:
- Board, java.lang.Comparable<Board>
- Direct Known Subclasses:
- SubRankingBoard
public class RankingBoard
- extends AbstractModalBoard
Methods inherited from class com.pyxis.greenhopper.jira.boards.modal.AbstractModalBoard |
canDrag, canManageStats, getDisplayableBoardForIssue, getKey, getView, hasMenuItems, hasSettings, hideDone, hideSubs, isAddIssueEnabled, isAddSubEnabled, isAssignedToMeOn, isAssociatedWith, isHighLighting, showLegendBar |
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard |
canBoardRank, canRank, canSelect, compareTo, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoardIssue, getBoxCss, getCursor, 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, getStart, getSummary, hashCode, indexOf, isCapacitySupported, isCardsDisplayed, isListDisplayed, isLocked, isMarkersSupported, isModifierOn, isProjectAdmin, isSelectable, issueCount, issuePagineCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats, truncate |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
rank
protected RankingField rank
RankingBoard
public RankingBoard(BoardContext boardContext,
RankingField rank,
java.lang.Long selectedBoardId,
java.lang.String contextName)
RankingBoard
public RankingBoard(BoardContext boardContext,
RankingField rank,
Backlog backlog,
java.lang.String contextName)
getAllRankable
public java.util.Set<Context> getAllRankable()
getContext
public Context getContext()
- Description copied from interface:
Board
- Retrieves the selected context of the board
- Specified by:
getContext
in interface Board
- Overrides:
getContext
in class AbstractModalBoard
- Returns:
- the
Context
getMaxIssues
public int getMaxIssues()
- Description copied from interface:
Board
- Retrieves the maximum number of issues that can be displayed
- Specified by:
getMaxIssues
in interface Board
- Overrides:
getMaxIssues
in class AbstractBoard
- Returns:
- the maximum number of issues that can be displayed
getQuery
protected com.atlassian.query.Query getQuery()
- Specified by:
getQuery
in class AbstractBoard
getPrettyQuery
protected com.atlassian.query.Query getPrettyQuery()
- Specified by:
getPrettyQuery
in class AbstractBoard
Copyright © 2007-2011 Atlassian. All Rights Reserved.