| Modifier and Type | Method and Description |
|---|---|
IIssueSet |
IIssueDataProvider.findIssueSet(java.lang.String path)
Searches for the issue set item with the specified path.
|
IIssueSet |
IIssueSet.getParentIssueSet()
Returns the parent issue set.
|
IIssueSet |
IIssue.getParentIssueSet()
Returns the parent issue set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSets()
Returns all issue set items of the project.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSets(int sortingCriterion)
Returns all issue set items of the project.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSets(java.lang.String sortingProperty)
Returns all issue set items of the project.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all issue set items which have been modified the last time with the commit
identified by the given history item (each time, a user commits the project,
a history item is created).
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSetsWithCategory(java.lang.String categoryID)
Returns all issue set items of the project that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all issue set items of the project that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all issue set items of the project that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSetsWithDefaultCategory()
Returns all issue set items of the project that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSetsWithDefaultCategory(int sortingCriterion)
Returns all issue set items of the project that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllIssueSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all issue set items of the project that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSets()
Returns all root issue set items of the project.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSets(int sortingCriterion)
Returns all root issue set items of the project.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSets(java.lang.String sortingProperty)
Returns all root issue set items of the project.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSetsWithCategory(java.lang.String categoryID)
Returns all root issue set items of the project that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root issue set items of the project that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root issue set items of the project that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSetsWithDefaultCategory()
Returns all root issue set items of the project that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSetsWithDefaultCategory(int sortingCriterion)
Returns all root issue set items of the project that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueDataProvider.getAllRootIssueSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root issue set items of the project that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildren()
Returns the issue set children.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildren(int sortingCriterion)
Returns the issue set children.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildren(java.lang.String sortingProperty)
Returns the issue set children.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildrenWithCategory(java.lang.String categoryID)
Returns the issue set children that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the issue set children that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the issue set children that belong to the specified category.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildrenWithDefaultCategory()
Returns the issue set children that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildrenWithDefaultCategory(int sortingCriterion)
Returns the issue set children that belong to the default category.
|
java.util.List<? extends IIssueSet> |
IIssueSet.getIssueSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the issue set children that belong to the default category.
|