|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NestableBoard
Method Summary | |
---|---|
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. |
Associations |
getAssociations()
Retrieves the associations |
java.util.LinkedList<java.lang.Long> |
getHierarchy()
Retreives the hiearchy of the board |
java.lang.Long |
getMasterId()
Retreives the board's master id. |
com.atlassian.query.Query |
getPendingQuery(boolean filter)
Builds the query to show only the pending issues |
boolean |
isInHierarchy()
Returns whether or not the board is part of a hierarchy |
boolean |
isMaster()
Returns whetever this board is a Master |
boolean |
showPending()
Returns whether or not the board should be showing only the pending issues. |
void |
updateMaster(java.lang.String masterId)
Updates the master of the board |
Method Detail |
---|
boolean isMaster()
java.lang.Long getMasterId()
void updateMaster(java.lang.String masterId) throws java.lang.Exception
masterId
- the new master
java.lang.Exception
boolean isInHierarchy()
java.util.LinkedList<java.lang.Long> getHierarchy()
boolean showPending()
com.atlassian.query.Query getPendingQuery(boolean filter)
void doSynchronize()
java.util.Set<com.atlassian.jira.issue.Issue> doSynchronizeReport()
Associations getAssociations()
Associations
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |