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 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 PropertyHolder in jetbrains.buildServer.groups
Subinterfaces of PropertyHolder in jetbrains.buildServer.groups Modifier and Type Interface Description interfaceSUserGroupRepresents TeamCity-server user group interface.interfaceUserGroupRepresents a user group.interfaceUserGroupEx -
Uses of PropertyHolder in jetbrains.buildServer.groups.impl
Classes in jetbrains.buildServer.groups.impl that implement PropertyHolder Modifier and Type Class Description classAllUsersGroupclassDeletedUserGroupclassSecuredUserGroupclassUserGroupImplUser 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 classPropertyHolderAssert<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 classBasePropertyUniquenessValidator<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 interfaceSPropertyHolderinterfaceSUserPresents TeamCity user data.interfaceUserRepresents a userClasses in jetbrains.buildServer.users that implement PropertyHolder Modifier and Type Class Description classSimpleUserDataThis class contains main information to be sent via XmlRpc to remote client about TeamCity userclassUserDataThis 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 interfaceUserExClasses in jetbrains.buildServer.users.impl that implement PropertyHolder 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 PropertyHolder in jetbrains.buildServer.users.sync
Methods in jetbrains.buildServer.users.sync with parameters of type PropertyHolder Modifier and Type Method Description static StringSyncHelper. getOwnerName(PropertyHolder item)
-