Uses of Interface
jetbrains.buildServer.users.PropertyHolder
-
-
Uses of PropertyHolder in jetbrains.buildServer.controllers.login
Classes in jetbrains.buildServer.controllers.login that implement PropertyHolder 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 PropertyHolder in jetbrains.buildServer.groups
Subinterfaces of PropertyHolder in jetbrains.buildServer.groups Modifier and Type Interface Description interface
SUserGroup
Represents TeamCity-server user group interface.interface
UserGroup
Represents a user group.interface
UserGroupEx
-
Uses of PropertyHolder in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement PropertyHolder Modifier and Type Class Description class
AllUsersGroup
class
DeletedUserGroup
class
SecuredUserGroup
class
UserGroupImpl
User group implementation. -
Uses of PropertyHolder in jetbrains.buildServer.serverSide.asserts
Classes in jetbrains.buildServer.serverSide.asserts with type parameters of type PropertyHolder Modifier and Type Class Description class
PropertyHolderAssert<S extends PropertyHolderAssert<S,A>,A extends PropertyHolder>
-
Uses of PropertyHolder in jetbrains.buildServer.serverSide.impl.auth
Classes in jetbrains.buildServer.serverSide.impl.auth with type parameters of type PropertyHolder Modifier and Type Class Description class
BasePropertyUniquenessValidator<EditeeType extends PropertyHolder,EditeeFormType,PropertyDefaultValueProviderType extends BasePropertyDefaultValueProvider<EditeeType,EditeeFormType>,PropertyValueCanonizerType extends BasePropertyValueCanonizer>
-
Uses of PropertyHolder in jetbrains.buildServer.users
Subinterfaces of PropertyHolder in jetbrains.buildServer.users Modifier and Type Interface Description interface
SPropertyHolder
interface
SUser
Presents TeamCity user data.interface
User
Represents a userClasses in jetbrains.buildServer.users that implement PropertyHolder Modifier and Type Class Description class
SimpleUserData
This class contains main information to be sent via XmlRpc to remote client about TeamCity userclass
UserData
This class contains all necessary information to be sent via XmlRpc to remote client about TeamCity user -
Uses of PropertyHolder in jetbrains.buildServer.users.impl
Subinterfaces of PropertyHolder in jetbrains.buildServer.users.impl Modifier and Type Interface Description interface
UserEx
Classes in jetbrains.buildServer.users.impl that implement PropertyHolder 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 PropertyHolder in jetbrains.buildServer.users.sync
Methods in jetbrains.buildServer.users.sync with parameters of type PropertyHolder Modifier and Type Method Description static String
SyncHelper. getOwnerName(PropertyHolder item)
-