Uses of Interface
jetbrains.buildServer.users.SPropertyHolder
-
-
Uses of SPropertyHolder in jetbrains.buildServer.controllers.login
Classes in jetbrains.buildServer.controllers.login that implement SPropertyHolder Modifier and Type Class Description class
InMemoryUser
Original GuestUser or RootUser throws exception on attempt to change its profile (because there is no such thing as profile for guest user). -
Uses of SPropertyHolder in jetbrains.buildServer.groups
Subinterfaces of SPropertyHolder in jetbrains.buildServer.groups Modifier and Type Interface Description interface
UserGroupEx
-
Uses of SPropertyHolder in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement SPropertyHolder Modifier and Type Class Description class
AllUsersGroup
class
SecuredUserGroup
class
UserGroupImpl
User group implementation. -
Uses of SPropertyHolder in jetbrains.buildServer.users.impl
Subinterfaces of SPropertyHolder in jetbrains.buildServer.users.impl Modifier and Type Interface Description interface
UserEx
Classes in jetbrains.buildServer.users.impl that implement SPropertyHolder Modifier and Type Class Description class
AssociatedUser
User associated with build type or project This user is not an actual TeamCity user but rather "fake" user that acts on behalf of the build type of project it's associated withclass
BaseUser
Base class delegating authority holder methods to actual authority holder which should be returned by this class inheritors.class
PropertyHolderImpl<IDType>
class
RestrictedUserImpl
class
SecuredUser
class
TestUser
class
UserImpl
-
Uses of SPropertyHolder in jetbrains.buildServer.users.sync
Methods in jetbrains.buildServer.users.sync with parameters of type SPropertyHolder Modifier and Type Method Description String
SyncHelper. preparePropertyUpdate(SPropertyHolder item, String currentLocalValue, String currentRemoteValue, String propertyKey, boolean forceUpdateIfNeverSyncedBefore)
Decides whether to update a value for a user/group and updates previous remote value if needed.boolean
SyncHelper. tryToClaimOwnership(SPropertyHolder item)
-