| Modifier and Type | Method and Description |
|---|---|
IStakeholder |
IProject.getStakeholderForCurrentUser()
Returns the stakeholder of the current user.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IStakeholder> |
IProject.getAllStakeholders()
Returns all stakeholders of this project.
|
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.
|
java.util.List<? extends IStakeholder> |
IProject.getAllStakeholdersWithCategory(java.lang.String categoryID)
Returns all stakeholders of this project that belong to the specified
category.
|
java.util.List<? extends IStakeholder> |
IProject.getAllStakeholdersWithDefaultCategory()
Returns all stakeholders of this project that belong to the default
category.
|
java.util.List<? extends IStakeholder> |
IStakeholderRole.getStakeholders()
Returns all stakeholders sorted by the name which have this role.
|
java.util.List<? extends IStakeholder> |
IStakeholderRole.getStakeholdersWithCategory(java.lang.String categorID)
Returns all stakeholders sorted by the name which have this role and
that belong to the specified category.
|
java.util.List<? extends IStakeholder> |
IStakeholderRole.getStakeholdersWithDefaultCategory()
Returns all stakeholders sorted by the name which have this role and
that belong to the default category.
|