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 classInMemoryUserOriginal 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 interfaceUserGroupEx -
Uses of SPropertyHolder in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement SPropertyHolder Modifier and Type Class Description classAllUsersGroupclassSecuredUserGroupclassUserGroupImplUser group implementation. -
Uses of SPropertyHolder in jetbrains.buildServer.users.impl
Subinterfaces of SPropertyHolder in jetbrains.buildServer.users.impl Modifier and Type Interface Description interfaceUserExClasses in jetbrains.buildServer.users.impl that implement SPropertyHolder Modifier and Type Class Description classAssociatedUserUser 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 withclassBaseUserBase class delegating authority holder methods to actual authority holder which should be returned by this class inheritors.classPropertyHolderImpl<IDType>classRestrictedUserImplclassSecuredUserclassTestUserclassUserImpl -
Uses of SPropertyHolder in jetbrains.buildServer.users.sync
Methods in jetbrains.buildServer.users.sync with parameters of type SPropertyHolder Modifier and Type Method Description StringSyncHelper. 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.booleanSyncHelper. tryToClaimOwnership(SPropertyHolder item)
-