Package jetbrains.buildServer.users.impl
Interface UserDataLoader
-
- All Superinterfaces:
PropertyLoader<Long>
- All Known Implementing Classes:
FeatureProviderUserDataLoader,UserDataLoaderImpl
public interface UserDataLoader extends PropertyLoader<Long>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classUserDataLoader.UserData
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,UserImpl.BuildTypesOrder>loadBuildTypesVisibility(long userId)Returns map project internal id -> order of build types in the projectList<String>loadProjectsOrder(long userId)Map<String,Boolean>loadProjectsVisibility(long userId)Map<RoleScope,Set<Role>>loadRoles(long userId)-
Methods inherited from interface jetbrains.buildServer.users.impl.PropertyLoader
loadProperties
-
-
-
-
Method Detail
-
loadBuildTypesVisibility
@NotNull Map<String,UserImpl.BuildTypesOrder> loadBuildTypesVisibility(long userId)
Returns map project internal id -> order of build types in the project
-
-