Package jetbrains.buildServer.users.impl
Class TestUser
- java.lang.Object
-
- jetbrains.buildServer.users.impl.BaseUser
-
- jetbrains.buildServer.users.impl.UserImpl
-
- jetbrains.buildServer.users.impl.TestUser
-
- All Implemented Interfaces:
Loggable
,NotificationRulesHolder
,AuthorityHolder
,RolesHolder
,UserEx
,UserRolesInit
,PropertyHolder
,SPropertyHolder
,SUser
,User
public class TestUser extends UserImpl
- Author:
- Kir
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class jetbrains.buildServer.users.impl.UserImpl
UserImpl.BuildTypesOrder
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.users.impl.UserImpl
myProjectManager, PROTECTED_USER_PROPERTY_PREFIX, PUBLIC_USER_PROPERTY_PREFIX, SECURED_USER_PROPERTY_PREFIX, VERIFIED_EMAIL_PROPERTY_NAME
-
Fields inherited from interface jetbrains.buildServer.users.SUser
GUEST_USER_ID, SUPER_USER_ID, UKNOWN_USER_ID
-
-
Constructor Summary
Constructors Constructor Description TestUser(String account, BuildServerCreator fixture)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.users.impl.UserImpl
addRole, addVcsUsername, clearPermissions, deleteAttribute, deleteProperty, deleteUserProperty, equals, getAdditionalGlobalPermissions, getAllModifications, getAllProjects, getAttribute, getAttributes, getBooleanProperty, getBuildTypesOrder, getDescriptiveName, getEmail, getExtendedName, getFilteredVisibleBuildTypes, getId, getLastLoginTimestamp, getName, getOrderedBuildTypes, getProjectsOrder, getProjectVisibilityHolder, getProperties, getPropertyValue, getRealm, getUsername, getVcsModifications, getVcsUsernames, getVerifiedEmail, getVisibleProjects, hashCode, hasPassword, hideProject, hideProjects, init, isConfiguredVisibleProjects, isGuest, isHasHiddenProjects, isHighlightRelatedDataInUI, removeRole, removeRole, removeRoles, resetBuildTypesOrder, resetCachedAttributes, resetCachedProperties, resetCachedVcsUsernames, setAttribute, setBlockState, setBuildTypesOrder, setCreationInProgress, setDefaultVcsUsernames, setEmailIsVerified, setLastLoginTimestamp, setPassword, setProjectsOrder, setProperties, setProperty, setUserProperties, setUserProperty, setVcsRootUsernames, setVcsUsernames, setVcsUsernames, setVisibleProjects, toString, updateUserAccount
-
Methods inherited from class jetbrains.buildServer.users.impl.BaseUser
addNewRule, applyOrder, describe, findConflictingRules, findRuleById, getAllParentHolders, getAllParentRulesHolders, getAllUserGroups, getAllUserGroupsUnfiltered, getAssociatedUser, getBlockState, getGlobalPermissions, getNotificationRules, getOriginalAuthorityHolder, getParentHolders, getParentRulesHolders, getPermissionsGrantedForAllProjects, getPermissionsGrantedForAnyOfProjects, getPermissionsGrantedForProject, getProjectsPermissions, getRoles, getRolesWithScope, getScopes, getSecurityContext, getServerResponsibility, getUserGroups, getVcsUsernameProperties, hasAllPermissionsOf, isPermissionGrantedForAllProjects, isPermissionGrantedForAnyOfProjects, isPermissionGrantedForAnyProject, isPermissionGrantedForProject, isPermissionGrantedGlobally, isPseudoUser, isPseudoUserId, isSystemAdministratorRoleGranted, isSystemAdministratorRoleGrantedDirectly, isSystemAdministratorRoleInherited, removeRule, removeRule, resetBlocks, resetRoles, runWithRestrictor, setNotificationRules, updatePermissions
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface jetbrains.buildServer.serverSide.auth.AuthorityHolder
getAllPermissions, getAssociatedUser, getGlobalPermissions, getPermissionsGrantedForAllProjects, getPermissionsGrantedForAnyOfProjects, getPermissionsGrantedForProject, getProjectsPermissions, hasAllPermissionsOf, isPermissionGrantedForAllProjects, isPermissionGrantedForAnyOfProjects, isPermissionGrantedForAnyProject, isPermissionGrantedForProject, isPermissionGrantedGlobally
-
Methods inherited from interface jetbrains.buildServer.notification.NotificationRulesHolder
addNewRule, applyOrder, findConflictingRules, findRuleById, getAllParentRulesHolders, getNotificationRules, getParentRulesHolders, removeRule, removeRule, setNotificationRules
-
Methods inherited from interface jetbrains.buildServer.serverSide.auth.RolesHolder
getAllParentHolders, getParentHolders, getRoles, getRolesWithScope, getScopes, isSystemAdministratorRoleGranted, isSystemAdministratorRoleGrantedDirectly, isSystemAdministratorRoleInherited
-
Methods inherited from interface jetbrains.buildServer.users.SUser
getAllUserGroups, getBlockState, getUserGroups, getVcsUsernameProperties
-
Methods inherited from interface jetbrains.buildServer.users.impl.UserEx
getOriginalAuthorityHolder, isPseudoUser, resetBlocks, runWithRestrictor, runWithRestrictor, updatePermissions
-
Methods inherited from interface jetbrains.buildServer.users.impl.UserRolesInit
resetRoles
-
-
-
-
Constructor Detail
-
TestUser
public TestUser(String account, @NotNull BuildServerCreator fixture)
-
-