Class ImportScope.Builder
- java.lang.Object
-
- jetbrains.buildServer.serverSide.projectsImport.ImportScope.Builder
-
- Enclosing class:
- ImportScope
@NotThreadSafe public static class ImportScope.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ImportScope
buildScope(ProjectsImportTask importTask, UserModel userModel, UserGroupManager userGroupModel)
static ImportScope.Builder
importScope()
ImportScope.Builder
withAllUsergroups()
ImportScope.Builder
withAllUsers()
ImportScope.Builder
withBuildsData()
ImportScope.Builder
withExistingGroups()
ImportScope.Builder
withExistingUsersHavingDifferentEmail()
ImportScope.Builder
withExistingUsersHavingSameNotVerifiedEmail()
ImportScope.Builder
withExistingUsersHavingSameVerifiedEmail()
ImportScope.Builder
withNewGroups()
ImportScope.Builder
withNewUsers()
ImportScope.Builder
withProject(String project)
ImportScope.Builder
withProjects(String... projects)
ImportScope.Builder
withProjects(Set<String> projects)
ImportScope.Builder
withProjectsConfigs()
-
-
-
Method Detail
-
importScope
public static ImportScope.Builder importScope()
-
withBuildsData
@NotNull public ImportScope.Builder withBuildsData()
-
withProjectsConfigs
@NotNull public ImportScope.Builder withProjectsConfigs()
-
withAllUsers
@NotNull public ImportScope.Builder withAllUsers()
-
withNewUsers
@NotNull public ImportScope.Builder withNewUsers()
-
withExistingUsersHavingSameVerifiedEmail
@NotNull public ImportScope.Builder withExistingUsersHavingSameVerifiedEmail()
-
withExistingUsersHavingSameNotVerifiedEmail
@NotNull public ImportScope.Builder withExistingUsersHavingSameNotVerifiedEmail()
-
withExistingUsersHavingDifferentEmail
@NotNull public ImportScope.Builder withExistingUsersHavingDifferentEmail()
-
withAllUsergroups
@NotNull public ImportScope.Builder withAllUsergroups()
-
withNewGroups
@NotNull public ImportScope.Builder withNewGroups()
-
withExistingGroups
@NotNull public ImportScope.Builder withExistingGroups()
-
withProject
@NotNull public ImportScope.Builder withProject(String project)
-
withProjects
@NotNull public ImportScope.Builder withProjects(String... projects)
-
withProjects
@NotNull public ImportScope.Builder withProjects(Set<String> projects)
-
buildScope
@NotNull public ImportScope buildScope(ProjectsImportTask importTask, UserModel userModel, UserGroupManager userGroupModel)
-
-