|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pyxis.greenhopper.jira.boards.AbstractBoard com.pyxis.greenhopper.jira.boards.AbstractPlanningBoard com.pyxis.greenhopper.jira.boards.PrintBoard
public class PrintBoard
Field Summary |
---|
Fields inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard |
---|
canBoardRank, context, id, issueView, log, name, pager |
Fields inherited from interface com.pyxis.greenhopper.jira.boards.PlanningBoard |
---|
KEY, VIEW |
Constructor Summary | |
---|---|
PrintBoard(PlanningBoard board)
|
Method Summary | |
---|---|
com.atlassian.jira.jql.builder.JqlClauseBuilder |
applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder,
boolean pretty)
|
boolean |
canBoardRank()
|
boolean |
canDrag(BoardIssue issue)
|
boolean |
canEditName()
Can edit a box label |
boolean |
canRank(BoardIssue boardIssue)
Retrieves whether or not the ranking is enabled in the board |
boolean |
canSelect(BoardIssue issue)
|
void |
doUpdate(java.util.Set<com.atlassian.jira.issue.Issue> issues,
java.lang.String boardId)
Will associate all issues with the new board |
java.util.List<SubtaskBoard> |
doUpdateReport(java.util.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 |
protected ColumnPagination |
getBoardColumnPagination()
Retrieves the board column pagination |
BoardIssue |
getBoardIssue(com.atlassian.jira.issue.Issue issue)
Retrieves the decorated isssue |
Context |
getContext()
Retrieves the selected context of the board |
java.lang.String |
getDescription()
Retrieves the description of the board |
java.lang.String |
getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Retrieves the id of the board where the issue is displayed in |
com.atlassian.query.Query |
getDisplayQuery(boolean filter)
Builds the query of the issues to display on the board |
int |
getMaxIssues()
Retrieves the maximum number of issues that can be displayed |
com.atlassian.query.Query |
getNavigatorQuery()
Builds the pretty query (names instead of ids) to retrieve the issues associated with the board |
java.lang.Integer |
getPageBreak()
|
Pagination |
getPagination()
|
com.atlassian.query.Query |
getQuery(boolean filter)
Builds the query to retrieve the issues associated with the board |
java.util.Collection<com.atlassian.jira.issue.Issue> |
getSubtasks(SubtaskBoard parent)
Retrieves the subtasks of the specified parent that are associated with the board |
java.lang.String |
getView()
The issue view to display the issues in |
boolean |
hasDescription()
Checks if the board has a description |
boolean |
hasMenuItems(BoardIssue issue)
Returns whether or not the issue has menu items to display in the card menu |
boolean |
hasSettings()
Checks if the board has settings |
boolean |
hasSubtasks(SubtaskBoard parent)
Checks if the parent has some subtasks associated with the board |
boolean |
hideSubs()
|
boolean |
isAssignedToMeOn()
Returns whether or not only the user issues should be displayed |
boolean |
isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Checks whether the issue is associated with this board, e.g. |
boolean |
isCardsDisplayed()
|
boolean |
isHighLighting()
|
boolean |
isInSame(com.atlassian.jira.issue.Issue issue1,
com.atlassian.jira.issue.Issue issue2)
Checks if both issues are in the same board |
boolean |
isListDisplayed()
|
boolean |
isSelectable()
Returns whether or not the board can be selected |
boolean |
isSummariesDisplayed()
|
boolean |
showLegendBar()
Show or not the Legend bar |
boolean |
showParentSubInfo()
Show or not the parent/sub info |
boolean |
showProgressStats()
Returns whether or not the progress related stats (timetracking, status) can be shown |
boolean |
showStats()
Returns whether or not the watched fields stats can be shown |
void |
updateName(java.lang.String name)
Updates the name of the board |
int |
updatePermission()
|
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractPlanningBoard |
---|
canEditSettings, canManage, getAllByBoardFilterKey, getAllByBoardFilters, getBoardCapacityKey, getBoardMarkerKey, getByBoardFilter, getCapacityDescription, getCapacityKey, getCapacityTitle, getColumnPagination, getCursor, getKey, getMarkerKey, getPrettyQuery, getQuery, isByBoardFilterSupported, isCapacitySupported, isTaskBoardAvailable, isUnset, setByBoardFilterId |
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractBoard |
---|
canManageStats, compareTo, computeStartFor, containsIssue, equals, focusOn, getAllIssues, getBoardContext, getBoxCss, getDecoratedName, getDefaultStart, getDescription, getDisplayableIssues, getDisplayableIssuesFrom, getFocussedIssue, getHighLightedIssues, getId, getIssueKeys, getIssues, getIssues, getIssuesInPage, getIssueView, getMaxPagine, getName, getPageNumber, getPager, getPager, getPluginLinks, getProject, getProjectId, getRawName, getStart, getSummary, hashCode, hideDone, indexOf, isLocked, isMarkersSupported, isModifierOn, isProjectAdmin, issueCount, issuePagineCount, truncate |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.pyxis.greenhopper.jira.boards.PlanningBoard |
---|
canManageStats |
Methods inherited from interface com.pyxis.greenhopper.jira.boards.Board |
---|
computeStartFor, containsIssue, focusOn, getAllIssues, getBoardContext, getBoxCss, getDecoratedName, getHighLightedIssues, getId, getIssues, getIssuesInPage, getIssueView, getMaxPagine, getName, getProject, getProjectId, getStart, getSummary, hideDone, isLocked, isMarkersSupported, isModifierOn, issueCount |
Constructor Detail |
---|
public PrintBoard(PlanningBoard board)
Method Detail |
---|
public boolean canDrag(BoardIssue issue)
public java.lang.String getView()
Board
public boolean hasSettings()
Board
public java.lang.Integer getPageBreak()
public com.atlassian.jira.jql.builder.JqlClauseBuilder applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder, boolean pretty)
public boolean isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Board
public Context getContext()
Board
getContext
in interface Board
getContext
in class AbstractBoard
Context
public com.atlassian.query.Query getQuery(boolean filter)
Board
getQuery
in interface Board
getQuery
in class AbstractBoard
filter
- true if the query should filter based on the context
Query
public com.atlassian.query.Query getNavigatorQuery()
Board
getNavigatorQuery
in interface Board
getNavigatorQuery
in class AbstractBoard
Query
public com.atlassian.query.Query getDisplayQuery(boolean filter)
Board
getDisplayQuery
in interface Board
getDisplayQuery
in class AbstractBoard
filter
- true if the query should filter based on the context
Query
public Pagination getPagination()
getPagination
in interface Board
getPagination
in class AbstractBoard
public boolean hideSubs()
hideSubs
in interface Board
hideSubs
in class AbstractBoard
public boolean isAssignedToMeOn()
Board
isAssignedToMeOn
in interface Board
isAssignedToMeOn
in class AbstractBoard
public boolean hasMenuItems(BoardIssue issue)
Board
hasMenuItems
in interface Board
hasMenuItems
in class AbstractBoard
issue
- the selected issue
public int getMaxIssues()
Board
getMaxIssues
in interface Board
getMaxIssues
in class AbstractBoard
public boolean showStats()
Board
showStats
in interface Board
showStats
in class AbstractBoard
public boolean showProgressStats()
Board
showProgressStats
in interface Board
showProgressStats
in class AbstractBoard
public boolean showParentSubInfo()
Board
showParentSubInfo
in interface Board
showParentSubInfo
in class AbstractBoard
public boolean showLegendBar()
Board
showLegendBar
in interface Board
showLegendBar
in interface PlanningBoard
showLegendBar
in class AbstractPlanningBoard
public boolean isSelectable()
Board
isSelectable
in interface Board
isSelectable
in class AbstractBoard
public boolean canSelect(BoardIssue issue)
canSelect
in interface Board
canSelect
in class AbstractBoard
public boolean canRank(BoardIssue boardIssue)
Board
canRank
in interface Board
canRank
in class AbstractBoard
public boolean canBoardRank()
canBoardRank
in interface Board
canBoardRank
in class AbstractPlanningBoard
public boolean isHighLighting()
isHighLighting
in interface Board
isHighLighting
in class AbstractBoard
public BoardIssue getBoardIssue(com.atlassian.jira.issue.Issue issue)
Board
getBoardIssue
in interface Board
getBoardIssue
in class AbstractBoard
BoardIssue
public boolean isCardsDisplayed()
isCardsDisplayed
in interface Board
isCardsDisplayed
in class AbstractBoard
public boolean isSummariesDisplayed()
isSummariesDisplayed
in interface Board
isSummariesDisplayed
in class AbstractBoard
public boolean isListDisplayed()
isListDisplayed
in interface Board
isListDisplayed
in class AbstractBoard
public boolean canEditName()
PlanningBoard
public void doUpdate(java.util.Set<com.atlassian.jira.issue.Issue> issues, java.lang.String boardId) throws java.lang.Exception
PlanningBoard
issues
- issues to updateboardId
- Id of the board to associate
java.lang.Exception
public java.util.List<SubtaskBoard> doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
PlanningBoard
issues
- Set of issues to retrieve the parents that have candidate subtasks for the update
SubtaskBoard
public java.lang.String getDescription()
PlanningBoard
public java.util.Collection<com.atlassian.jira.issue.Issue> getSubtasks(SubtaskBoard parent)
PlanningBoard
public boolean hasDescription()
PlanningBoard
public boolean hasSubtasks(SubtaskBoard parent)
PlanningBoard
public boolean isInSame(com.atlassian.jira.issue.Issue issue1, com.atlassian.jira.issue.Issue issue2)
PlanningBoard
public void updateName(java.lang.String name) throws java.lang.Exception
PlanningBoard
name
- the new name of the board
java.lang.Exception
public int updatePermission()
public java.lang.String getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Board
issue
- to locate
protected ColumnPagination getBoardColumnPagination()
AbstractPlanningBoard
getBoardColumnPagination
in class AbstractPlanningBoard
ColumnPagination
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |