|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PlanningBoard
| Field Summary | |
|---|---|
static java.lang.String |
KEY
|
static java.lang.String |
VIEW
|
| Method Summary | |
|---|---|
com.atlassian.jira.jql.builder.JqlClauseBuilder |
applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder,
boolean pretty)
|
boolean |
canEditName()
Can edit a box label |
boolean |
canEditSettings()
|
boolean |
canManage()
|
boolean |
canManageStats()
|
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 |
PlanningBoard |
getByBoardFilter()
|
ColumnPagination |
getColumnPagination()
|
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 |
java.util.Collection<com.atlassian.jira.issue.Issue> |
getSubtasks(SubtaskBoard parent)
Retrieves the subtasks of the specified parent that are associated with the board |
boolean |
hasDescription()
Checks if the board has a description |
boolean |
hasSubtasks(SubtaskBoard parent)
Checks if the parent has some subtasks associated with the board |
boolean |
isByBoardFilterSupported()
|
boolean |
isInSame(com.atlassian.jira.issue.Issue issue1,
com.atlassian.jira.issue.Issue issue2)
Checks if both issues are in the same board |
boolean |
isTaskBoardAvailable()
|
boolean |
isUnset()
|
void |
setByBoardFilterId(java.lang.String boardFilterId)
|
boolean |
showLegendBar()
Show or not the Legend bar |
void |
updateName(java.lang.String name)
Updates the name of the board |
int |
updatePermission()
|
| Methods inherited from interface com.pyxis.greenhopper.jira.boards.BoardWithMarkers |
|---|
getBoardMarkerKey, getMarkerKey |
| Methods inherited from interface com.pyxis.greenhopper.jira.boards.BoardWithCapacities |
|---|
getBoardCapacityKey, getCapacityDescription, getCapacityKey, getCapacityTitle |
| Methods inherited from interface com.pyxis.greenhopper.jira.boards.Board |
|---|
canBoardRank, canDrag, canRank, canSelect, computeStartFor, containsIssue, focusOn, getAllIssues, getBoardContext, getBoardIssue, getBoxCss, getContext, getCursor, getDecoratedName, getDisplayQuery, getHighLightedIssues, getId, getIssues, getIssuesInPage, getIssueView, getKey, getMaxIssues, getMaxPagine, getName, getNavigatorQuery, getPagination, getProject, getProjectId, getQuery, getStart, getSummary, getView, hasMenuItems, hasSettings, hideDone, hideSubs, isAssignedToMeOn, isAssociatedWith, isCapacitySupported, isCardsDisplayed, isHighLighting, isListDisplayed, isLocked, isMarkersSupported, isModifierOn, isSelectable, issueCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats |
| Field Detail |
|---|
static final java.lang.String VIEW
static final java.lang.String KEY
| Method Detail |
|---|
boolean canEditName()
void updateName(java.lang.String name)
throws java.lang.Exception
name - the new name of the board
java.lang.Exceptionboolean hasDescription()
java.lang.String getDescription()
java.util.List<SubtaskBoard> doUpdateReport(java.util.Set<com.atlassian.jira.issue.Issue> issues)
issues - Set of issues to retrieve the parents that have candidate subtasks for the update
SubtaskBoard
void doUpdate(java.util.Set<com.atlassian.jira.issue.Issue> issues,
java.lang.String boardId)
throws java.lang.Exception
issues - issues to updateboardId - Id of the board to associate
java.lang.Exceptionboolean hasSubtasks(SubtaskBoard parent)
parent -
java.util.Collection<com.atlassian.jira.issue.Issue> getSubtasks(SubtaskBoard parent)
parent -
boolean isInSame(com.atlassian.jira.issue.Issue issue1,
com.atlassian.jira.issue.Issue issue2)
issue1 - issue2 -
int updatePermission()
com.atlassian.jira.jql.builder.JqlClauseBuilder applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder,
boolean pretty)
java.lang.String getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Board
getDisplayableBoardForIssue in interface Boardissue - to locate
boolean canManage()
boolean canManageStats()
canManageStats in interface Boardboolean canEditSettings()
ColumnPagination getColumnPagination()
boolean showLegendBar()
Board
showLegendBar in interface Boardboolean isUnset()
boolean isTaskBoardAvailable()
boolean isByBoardFilterSupported()
PlanningBoard getByBoardFilter()
void setByBoardFilterId(java.lang.String boardFilterId)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||