Uses of Interface
jetbrains.buildServer.users.impl.PropertyLoader
-
Packages that use PropertyLoader Package Description jetbrains.buildServer.groups.impl jetbrains.buildServer.users.impl -
-
Uses of PropertyLoader in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement PropertyLoader Modifier and Type Class Description class
UserGroupPropertyLoader
-
Uses of PropertyLoader in jetbrains.buildServer.users.impl
Subinterfaces of PropertyLoader in jetbrains.buildServer.users.impl Modifier and Type Interface Description interface
UserDataLoader
Classes in jetbrains.buildServer.users.impl that implement PropertyLoader Modifier and Type Class Description class
BasePropertyLoader<IDType>
class
FeatureProviderUserDataLoader
class
UserDataLoaderImpl
Created by Evgeniy.Koshkin.class
UserPropertyLoader
Constructors in jetbrains.buildServer.users.impl with parameters of type PropertyLoader Constructor Description PropertyHolderImpl(PropertyLoader<IDType> propertyLoader, PropertyUpdater<IDType> propertyUpdater, IDType id)
-