| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IHistoryEntry> |
IProject.getProjectHistoryEntries()
Returns all entries of the project's history.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IFolder> |
IProject.getAllFoldersForHistoryItem(IHistoryEntry historyEntry)
Returns all folders which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IModelElement> |
IProject.getAllModelElementsForHistoryItem(IHistoryEntry historyEntry)
Returns all model elements which have been modified the last time
with the commit identified by the history item.
|
java.util.List<? extends IPlan> |
IProject.getAllPlansForHistoryItem(IHistoryEntry historyEntry)
Returns all plans which have been modified the last time with the
commit identified by the history item.
|
java.util.List<? extends IStakeholderRole> |
IProject.getAllStakeholderRolesForHistoryItem(IHistoryEntry historyEntry)
Returns all Stakeholder Roles which have been modified the last time
with the commit identified by the history item.
|
java.util.List<? extends IStakeholder> |
IProject.getAllStakeholdersForHistoryItem(IHistoryEntry historyEntry)
Returns all Stakeholders which have been modified the last time with
the commit identified by the history item.
|