Class ProjectOwnerGroupsProvider

  • All Implemented Interfaces:
    com.google.inject.Provider<Set<AccountGroup.UUID>>, javax.inject.Provider<Set<AccountGroup.UUID>>

    public class ProjectOwnerGroupsProvider
    extends GroupSetProvider
    Provider of the group(s) which should become owners of a newly created project. The only matching patterns supported are exact match or wildcard matching which can be specified by ending the name with a *.
     [repository "*"]
         ownerGroup = Registered Users
         ownerGroup = Administrators
     [repository "project/*"]
         ownerGroup = Administrators