Uses of Class
jetbrains.buildServer.users.impl.UserImpl
-
Packages that use UserImpl Package Description jetbrains.buildServer.serverSide jetbrains.buildServer.users.impl -
-
Uses of UserImpl in jetbrains.buildServer.serverSide
Fields in jetbrains.buildServer.serverSide declared as UserImpl Modifier and Type Field Description protected UserImpl
BaseServerSpringContextTestCase. myUser
Methods in jetbrains.buildServer.serverSide that return UserImpl Modifier and Type Method Description protected UserImpl
BaseServerSpringContextTestCase. createUser(String userName)
protected UserImpl
BaseServerSpringContextTestCase. getUserFromContext()
-
Uses of UserImpl in jetbrains.buildServer.users.impl
Subclasses of UserImpl in jetbrains.buildServer.users.impl 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
SecuredUser
class
TestUser
-