com.polarion.alm.projects.model.IProjectGroup


FIELDS
Modifiers and TypeNameDescription
String PROTO
String KEY_PARENT
String KEY_PROJECTS
String KEY_GROUPS
String KEY_NAME
METHODS
Modifiers and TypeNameDescription
IProjectGroup getParentProjectGroup()
IPObjectList getContainedProjects()
IPObjectList getSortedContainedProjects()
IPObjectList getSortedDeepContainedProjects()
IPObjectList<IProject> getDeepContainedProjects() This method performs a recursive search for all contained projects.

The result of this method might be expensive to calculate and is NOT cached by the IProjectGroup.

String getName() The project group name is generated from a location of a project group
IPObjectList<IProjectGroup> getContainedGroups()
IPObjectList getSortedContainedGroups() Returns list of groups contained in this project group sorted by name.

Back to Index