Uses of Class
org.gitlab4j.api.models.ProjectGroup
Packages that use ProjectGroup
-
Uses of ProjectGroup in org.gitlab4j.api
Methods in org.gitlab4j.api that return types with arguments of type ProjectGroupModifier and TypeMethodDescriptionProjectApi.getProjectGroups(Object projectIdOrPath) Get a list of the ancestor groups for a given project.ProjectApi.getProjectGroups(Object projectIdOrPath, int itemsPerPage) Get a Pager of the ancestor groups for a given project.ProjectApi.getProjectGroups(Object projectIdOrPath, ProjectGroupsFilter filter) Get a list of the ancestor groups for a given project matching the specified filter.ProjectApi.getProjectGroups(Object projectIdOrPath, ProjectGroupsFilter filter, int itemsPerPage) Get a Pager of the ancestor groups for a given project matching the specified filter.ProjectApi.getProjectGroupsStream(Object projectIdOrPath) Get a Stream of the ancestor groups for a given project.ProjectApi.getProjectGroupsStream(Object projectIdOrPath, ProjectGroupsFilter filter) Get a Stream of the ancestor groups for a given project matching the specified filter.