| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends IProjectPlan> |
IProjectPlanningDataProvider.getAllProjectPlansForHistoryItem(com.arcway.cockpit.docgen.provider.interfaces.IHistoryEntry historyEntry)
Returns all project plans which have been modified the last time with the
commit identified by the history item.
|
java.util.List<IProjectPlan> |
IProjectPlanningDataProvider.getProjectPlans()
Returns all project plans of this COCKPIT project.
|
java.util.List<IProjectPlan> |
IProjectPlanningDataProvider.getProjectPlans(java.lang.String sortingProperty)
Returns all project plans of this COCKPIT project.
|