Uses of Class
org.miaixz.bus.gitlab.models.ProjectGroup
Packages that use ProjectGroup
-
Uses of ProjectGroup in org.miaixz.bus.gitlab
Methods in org.miaixz.bus.gitlab 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.