|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
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.AbstractNestableBoard
com.pyxis.greenhopper.jira.boards.ComponentBoard
public class ComponentBoard
Field Summary | |
---|---|
static java.lang.String |
VIEW
|
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 |
Constructor Summary | |
---|---|
ComponentBoard(BoardContext boardContext)
|
|
ComponentBoard(BoardContext boardContext,
com.atlassian.jira.bc.project.component.ProjectComponent component)
|
Method Summary | |
---|---|
com.atlassian.jira.jql.builder.JqlClauseBuilder |
applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder,
boolean pretty)
|
boolean |
canDrag(BoardIssue boardIssue)
|
boolean |
canEditName()
Can edit a box label |
void |
doSynchronize()
Fixes all issues that are not respecting the board hierarchy by assigning the missing boards to the issue. |
java.util.Set<com.atlassian.jira.issue.Issue> |
doSynchronizeReport()
Retreives all issues that are not respecting the hierarchy of boards. |
void |
doUpdate(java.util.Set<com.atlassian.jira.issue.Issue> issues,
java.lang.String boardId)
TODO Need to check if field is required... |
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 |
java.util.TreeSet<ComponentBoard> |
getAllBoards()
|
java.util.Set<VersionBoard> |
getAllByBoardFilters()
|
Associations |
getAssociations()
Retrieves the associations |
protected ColumnPagination |
getBoardColumnPagination()
Retrieves the board column pagination |
PlanningBoard |
getByBoardFilter()
|
com.atlassian.jira.bc.project.component.ProjectComponent |
getComponent()
|
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.lang.String |
getLead()
|
com.atlassian.jira.bc.project.component.ProjectComponent |
getMaster()
|
protected java.lang.String |
getPendingKey()
|
com.atlassian.query.Query |
getPendingQuery(boolean filter)
Builds the query to show only the pending issues |
java.util.List<com.atlassian.jira.bc.project.component.ProjectComponent> |
getPossibleMasters()
|
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 |
hasSettings()
Checks if the board has settings |
boolean |
hasSubtasks(SubtaskBoard parent)
Checks if the parent has some subtasks associated with the board |
boolean |
isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Checks whether the issue is associated with this board, e.g. |
boolean |
isInSame(com.atlassian.jira.issue.Issue issue1,
com.atlassian.jira.issue.Issue issue2)
Checks if both issues are in the same board |
boolean |
isLeadable()
|
void |
setByBoardFilterId(java.lang.String boardFilterId)
|
void |
synchronize()
|
java.util.Set<com.atlassian.jira.issue.Issue> |
synchronizeReport()
|
java.lang.String |
truncate(java.lang.String s)
|
void |
updateMaster(java.lang.String masterId)
Updates the master of the board |
void |
updateName(java.lang.String name)
Updates the name of the board |
int |
updatePermission()
|
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractNestableBoard |
---|
compareTo, getBoxCss, getDecoratedName, getDisplayQuery, getHierarchy, getMasterId, hasChildren, isInHierarchy, isMaster, isModifierOn, showPending |
Methods inherited from class com.pyxis.greenhopper.jira.boards.AbstractPlanningBoard |
---|
canBoardRank, canEditSettings, canManage, getAllByBoardFilterKey, getBoardCapacityKey, getBoardMarkerKey, getCapacityDescription, getCapacityKey, getCapacityTitle, getColumnPagination, getCursor, getKey, getMarkerKey, getPrettyQuery, getQuery, isByBoardFilterSupported, isCapacitySupported, isTaskBoardAvailable, isUnset, showLegendBar |
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 |
---|
canRank, canSelect, computeStartFor, containsIssue, focusOn, getAllIssues, getBoardContext, getBoardIssue, getContext, getHighLightedIssues, getId, getIssues, getIssuesInPage, getIssueView, getMaxIssues, getMaxPagine, getName, getNavigatorQuery, getPagination, getProject, getProjectId, getQuery, getStart, getSummary, hasMenuItems, hideDone, hideSubs, isAssignedToMeOn, isCardsDisplayed, isHighLighting, isListDisplayed, isLocked, isMarkersSupported, isSelectable, issueCount, isSummariesDisplayed, showParentSubInfo, showProgressStats, showStats |
Field Detail |
---|
public static final java.lang.String VIEW
Constructor Detail |
---|
public ComponentBoard(BoardContext boardContext, com.atlassian.jira.bc.project.component.ProjectComponent component)
public ComponentBoard(BoardContext boardContext)
Method Detail |
---|
public com.atlassian.jira.bc.project.component.ProjectComponent getComponent()
public com.atlassian.jira.bc.project.component.ProjectComponent getMaster()
public boolean isLeadable()
public java.lang.String getLead()
public void synchronize()
public java.util.Set<com.atlassian.jira.issue.Issue> synchronizeReport()
public java.util.List<com.atlassian.jira.bc.project.component.ProjectComponent> getPossibleMasters()
public java.util.TreeSet<ComponentBoard> getAllBoards()
public com.atlassian.query.Query getPendingQuery(boolean filter)
NestableBoard
public Associations getAssociations()
NestableBoard
Associations
public void doSynchronize()
NestableBoard
public java.util.Set<com.atlassian.jira.issue.Issue> doSynchronizeReport()
NestableBoard
public void updateMaster(java.lang.String masterId) throws java.lang.Exception
NestableBoard
masterId
- the new master
java.lang.Exception
public boolean canDrag(BoardIssue boardIssue)
public java.lang.String getView()
Board
public boolean hasSettings()
Board
public java.util.Set<VersionBoard> getAllByBoardFilters()
getAllByBoardFilters
in class AbstractPlanningBoard
public java.lang.String getDescription()
PlanningBoard
public boolean hasDescription()
PlanningBoard
public boolean canEditName()
PlanningBoard
public void updateName(java.lang.String name) throws java.lang.Exception
PlanningBoard
name
- the new name of the board
java.lang.Exception
public 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.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 boolean hasSubtasks(SubtaskBoard parent)
PlanningBoard
public java.util.Collection<com.atlassian.jira.issue.Issue> getSubtasks(SubtaskBoard parent)
PlanningBoard
public boolean isInSame(com.atlassian.jira.issue.Issue issue1, com.atlassian.jira.issue.Issue issue2)
PlanningBoard
public com.atlassian.jira.jql.builder.JqlClauseBuilder applyAsFilter(com.atlassian.jira.jql.builder.JqlClauseBuilder builder, boolean pretty)
public java.lang.String getDisplayableBoardForIssue(com.atlassian.jira.issue.Issue issue)
Board
issue
- to locate
public boolean isAssociatedWith(com.atlassian.jira.issue.Issue issue)
Board
public PlanningBoard getByBoardFilter()
getByBoardFilter
in interface PlanningBoard
getByBoardFilter
in class AbstractPlanningBoard
public void setByBoardFilterId(java.lang.String boardFilterId)
setByBoardFilterId
in interface PlanningBoard
setByBoardFilterId
in class AbstractPlanningBoard
public java.lang.String truncate(java.lang.String s)
truncate
in class AbstractBoard
public int updatePermission()
protected ColumnPagination getBoardColumnPagination()
AbstractPlanningBoard
getBoardColumnPagination
in class AbstractPlanningBoard
ColumnPagination
protected java.lang.String getPendingKey()
getPendingKey
in class AbstractNestableBoard
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |