Uses of Interface
jetbrains.buildServer.serverSide.projectsImport.ImportedGroup
-
Packages that use ImportedGroup Package Description jetbrains.buildServer.serverSide.projectsImport jetbrains.buildServer.serverSide.projectsImport.conflicts -
-
Uses of ImportedGroup in jetbrains.buildServer.serverSide.projectsImport
Methods in jetbrains.buildServer.serverSide.projectsImport that return types with arguments of type ImportedGroup Modifier and Type Method Description SortedSet<ImportedGroup>
ImportedUsersModel. getAvailableGroups()
Returned set is sorted bygetName()
Set<ImportedGroup>
ImportScope. getGroupsToImport()
Set<ImportedGroup>
ImportScope. getSkippedGroups()
-
Uses of ImportedGroup in jetbrains.buildServer.serverSide.projectsImport.conflicts
Methods in jetbrains.buildServer.serverSide.projectsImport.conflicts that return ImportedGroup Modifier and Type Method Description ImportedGroup
ConflictingGroupsCalculator.ConflictingGroup. getImportedGroup()
Methods in jetbrains.buildServer.serverSide.projectsImport.conflicts that return types with arguments of type ImportedGroup Modifier and Type Method Description Set<ImportedGroup>
ConflictingGroupsCalculator. getConflictingImportedGroups()
SortedSet<ImportedGroup>
ConflictingGroupsCalculator. getNonConflictingGroups()
Constructors in jetbrains.buildServer.serverSide.projectsImport.conflicts with parameters of type ImportedGroup Constructor Description ConflictingGroup(ImportedGroup importedGroup, UserGroup existingGroup)
-