Class ConfigureImportStepBean
- java.lang.Object
-
- jetbrains.buildServer.controllers.admin.projectsImport.ConfigureImportStepBean
-
public class ConfigureImportStepBean extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigureImportStepBean(ProjectsImportTask importTask, ProjectImportSettings settings)
-
Method Summary
-
-
-
Constructor Detail
-
ConfigureImportStepBean
public ConfigureImportStepBean(@NotNull ProjectsImportTask importTask, ProjectImportSettings settings)
-
-
Method Detail
-
isDbDataAvailable
public boolean isDbDataAvailable()
-
isConfigsAvailable
public boolean isConfigsAvailable()
-
getAvailableProjects
@NotNull public List<HierarchyBean<ImportedProject>> getAvailableProjects()
-
getUnresolvableConflictsCount
@NotNull public Integer getUnresolvableConflictsCount()
-
getCountOfProjectsWithConflicts
@NotNull public Integer getCountOfProjectsWithConflicts()
-
getUnresolvableConflictsPerProject
@NotNull public Map<ImportedProject,Iterable<ProjectsImportConflict>> getUnresolvableConflictsPerProject()
-
getUsersWithSameVerifiedEmail
@NotNull public SortedSet<ConflictingUsersCalculator.ConflictingUser> getUsersWithSameVerifiedEmail()
-
getUsersWithSameNotVerifiedEmail
@NotNull public SortedSet<ConflictingUsersCalculator.ConflictingUser> getUsersWithSameNotVerifiedEmail()
-
getUsersWithDifferentEmail
@NotNull public SortedSet<ConflictingUsersCalculator.ConflictingUser> getUsersWithDifferentEmail()
-
getConflictingGroups
@NotNull public SortedSet<ConflictingGroupsCalculator.ConflictingGroup> getConflictingGroups()
-
-