| Modifier and Type | Method and Description |
|---|---|
IChangeSet |
IChangeDocumentationDataProvider.findChangeSet(java.lang.String path)
Searches for the change set item with the specified path.
|
IChangeSet |
IChangeSet.getParentChangeSet()
Returns the parent change set.
|
IChangeSet |
IChange.getParentChangeSet()
Returns the parent change set.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSets()
Returns all change set items of the project.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSets(int sortingCriterion)
Returns all change set items of the project.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSets(java.lang.String sortingProperty)
Returns all change set items of the project.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSetsForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyItem)
Returns all change 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 IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSetsWithCategory(java.lang.String categoryID)
Returns all change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSetsWithDefaultCategory()
Returns all change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSetsWithDefaultCategory(int sortingCriterion)
Returns all change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllChangeSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSets()
Returns all root change set items of the project.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSets(int sortingCriterion)
Returns all root change set items of the project.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSets(java.lang.String sortingProperty)
Returns all root change set items of the project.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSetsWithCategory(java.lang.String categoryID)
Returns all root change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSetsWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns all root change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSetsWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns all root change set items of the project that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSetsWithDefaultCategory()
Returns all root change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSetsWithDefaultCategory(int sortingCriterion)
Returns all root change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeDocumentationDataProvider.getAllRootChangeSetsWithDefaultCategory(java.lang.String sortingProperty)
Returns all root change set items of the project that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildren()
Returns the change set children.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildren(int sortingCriterion)
Returns the change set children.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildren(java.lang.String sortingProperty)
Returns the change set children.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildrenWithCategory(java.lang.String categoryID)
Returns the change set children that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildrenWithCategory(java.lang.String categoryID,
int sortingCriterion)
Returns the change set children that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildrenWithCategory(java.lang.String categoryID,
java.lang.String sortingProperty)
Returns the change set children that belong to the specified category.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildrenWithDefaultCategory()
Returns the change set children that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildrenWithDefaultCategory(int sortingCriterion)
Returns the change set children that belong to the default category.
|
java.util.List<? extends IChangeSet> |
IChangeSet.getChangeSetChildrenWithDefaultCategory(java.lang.String sortingProperty)
Returns the change set children that belong to the default category.
|