Uses of Interface
jetbrains.buildServer.users.impl.PropertyUpdater
-
Packages that use PropertyUpdater Package Description jetbrains.buildServer.groups.impl jetbrains.buildServer.users jetbrains.buildServer.users.impl -
-
Uses of PropertyUpdater in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement PropertyUpdater Modifier and Type Class Description class
UserGroupPropertyUpdater
-
Uses of PropertyUpdater in jetbrains.buildServer.users
Subinterfaces of PropertyUpdater in jetbrains.buildServer.users Modifier and Type Interface Description interface
UserUpdate
-
Uses of PropertyUpdater in jetbrains.buildServer.users.impl
Classes in jetbrains.buildServer.users.impl that implement PropertyUpdater Modifier and Type Class Description class
BasePropertyUpdater<IDType>
class
FeatureProviderUserUpdate
class
SecuredUserModel
Created by Evgeniy.Koshkin.class
UserModelImpl
class
UserPropertyUpdater
Constructors in jetbrains.buildServer.users.impl with parameters of type PropertyUpdater Constructor Description PropertyHolderImpl(PropertyLoader<IDType> propertyLoader, PropertyUpdater<IDType> propertyUpdater, IDType id)
-