|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 BoardgetContext in class AbstractBoardContextpublic com.atlassian.query.Query getQuery(boolean filter)
Board
getQuery in interface BoardgetQuery in class AbstractBoardfilter - true if the query should filter based on the context
Querypublic com.atlassian.query.Query getNavigatorQuery()
Board
getNavigatorQuery in interface BoardgetNavigatorQuery in class AbstractBoardQuerypublic com.atlassian.query.Query getDisplayQuery(boolean filter)
Board
getDisplayQuery in interface BoardgetDisplayQuery in class AbstractBoardfilter - true if the query should filter based on the context
Querypublic Pagination getPagination()
getPagination in interface BoardgetPagination in class AbstractBoardpublic boolean hideSubs()
hideSubs in interface BoardhideSubs in class AbstractBoardpublic boolean isAssignedToMeOn()
Board
isAssignedToMeOn in interface BoardisAssignedToMeOn in class AbstractBoardpublic boolean hasMenuItems(BoardIssue issue)
Board
hasMenuItems in interface BoardhasMenuItems in class AbstractBoardissue - the selected issue
public int getMaxIssues()
Board
getMaxIssues in interface BoardgetMaxIssues in class AbstractBoardpublic boolean showStats()
Board
showStats in interface BoardshowStats in class AbstractBoardpublic boolean showProgressStats()
Board
showProgressStats in interface BoardshowProgressStats in class AbstractBoardpublic boolean showParentSubInfo()
Board
showParentSubInfo in interface BoardshowParentSubInfo in class AbstractBoardpublic boolean showLegendBar()
Board
showLegendBar in interface BoardshowLegendBar in interface PlanningBoardshowLegendBar in class AbstractPlanningBoardpublic boolean isSelectable()
Board
isSelectable in interface BoardisSelectable in class AbstractBoardpublic boolean canSelect(BoardIssue issue)
canSelect in interface BoardcanSelect in class AbstractBoardpublic boolean canRank(BoardIssue boardIssue)
Board
canRank in interface BoardcanRank in class AbstractBoardpublic boolean canBoardRank()
canBoardRank in interface BoardcanBoardRank in class AbstractPlanningBoardpublic boolean isHighLighting()
isHighLighting in interface BoardisHighLighting in class AbstractBoardpublic BoardIssue getBoardIssue(com.atlassian.jira.issue.Issue issue)
Board
getBoardIssue in interface BoardgetBoardIssue in class AbstractBoardBoardIssuepublic boolean isCardsDisplayed()
isCardsDisplayed in interface BoardisCardsDisplayed in class AbstractBoardpublic boolean isSummariesDisplayed()
isSummariesDisplayed in interface BoardisSummariesDisplayed in class AbstractBoardpublic boolean isListDisplayed()
isListDisplayed in interface BoardisListDisplayed in class AbstractBoardpublic 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.Exceptionpublic 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
SubtaskBoardpublic 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.Exceptionpublic int updatePermission()
public java.lang.String getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Board
issue - to locate
protected ColumnPagination getBoardColumnPagination()
AbstractPlanningBoard
getBoardColumnPagination in class AbstractPlanningBoardColumnPagination
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||