Uses of Class
jetbrains.buildServer.users.VcsUsernamePropertyKey
-
-
Uses of VcsUsernamePropertyKey in jetbrains.buildServer.controllers.login
Methods in jetbrains.buildServer.controllers.login that return types with arguments of type VcsUsernamePropertyKey Modifier and Type Method Description List<VcsUsernamePropertyKey>InMemoryUser. getVcsUsernameProperties()Map<VcsUsernamePropertyKey,List<String>>InMemoryUser. getVcsUsernames()Methods in jetbrains.buildServer.controllers.login with parameters of type VcsUsernamePropertyKey Modifier and Type Method Description voidInMemoryUser. addVcsUsername(VcsUsernamePropertyKey key, String userName)voidInMemoryUser. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames) -
Uses of VcsUsernamePropertyKey in jetbrains.buildServer.serverSide.asserts
Methods in jetbrains.buildServer.serverSide.asserts with parameters of type VcsUsernamePropertyKey Modifier and Type Method Description SUserAssertSUserAssert. hasVcsUsername(VcsUsernamePropertyKey key, String value)SUserAssertSUserAssert. hasVcsUsernames(VcsUsernamePropertyKey key, Set<String> value) -
Uses of VcsUsernamePropertyKey in jetbrains.buildServer.users
Methods in jetbrains.buildServer.users that return types with arguments of type VcsUsernamePropertyKey Modifier and Type Method Description List<VcsUsernamePropertyKey>SUser. getVcsUsernameProperties()Returns list of VCS username properties associated with this user. -
Uses of VcsUsernamePropertyKey in jetbrains.buildServer.users.impl
Methods in jetbrains.buildServer.users.impl that return types with arguments of type VcsUsernamePropertyKey Modifier and Type Method Description List<VcsUsernamePropertyKey>BaseUser. getVcsUsernameProperties()List<VcsUsernamePropertyKey>RestrictedUserImpl. getVcsUsernameProperties()List<VcsUsernamePropertyKey>SecuredUser. getVcsUsernameProperties()Map<VcsUsernamePropertyKey,List<String>>RestrictedUserImpl. getVcsUsernames()Map<VcsUsernamePropertyKey,List<String>>SecuredUser. getVcsUsernames()Map<VcsUsernamePropertyKey,List<String>>UserEx. getVcsUsernames()Map<VcsUsernamePropertyKey,List<String>>UserImpl. getVcsUsernames()Methods in jetbrains.buildServer.users.impl with parameters of type VcsUsernamePropertyKey Modifier and Type Method Description voidRestrictedUserImpl. addVcsUsername(VcsUsernamePropertyKey key, String userName)voidSecuredUser. addVcsUsername(VcsUsernamePropertyKey key, String userName)voidUserEx. addVcsUsername(VcsUsernamePropertyKey key, String userName)voidUserImpl. addVcsUsername(VcsUsernamePropertyKey key, String userName)voidRestrictedUserImpl. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)voidSecuredUser. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)voidUserEx. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)voidUserImpl. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames) -
Uses of VcsUsernamePropertyKey in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that return types with arguments of type VcsUsernamePropertyKey Modifier and Type Method Description Map<VcsUsernamePropertyKey,List<String>>VcsUsernameStorage. getVcsProperties(SUser user)Methods in jetbrains.buildServer.vcs with parameters of type VcsUsernamePropertyKey Modifier and Type Method Description voidVcsUsernameStorage. addVcsUsername(SUser user, VcsUsernamePropertyKey key, String name)Collection<SUser>VcsUsernameStorage. findUsers(VcsUsernamePropertyKey key, String userName)voidVcsUsernameStorage. setVcsUsernames(SUser user, VcsUsernamePropertyKey key, List<String> userNames)List<InvalidProperty>VcsUsernamesValidation. validate(SUser user, VcsUsernamePropertyKey key, List<String> vcsNames)Validate vcsNames for user in root with id vcsRootId If some vcs names are invalid then list of invalid properties should be returned -
Uses of VcsUsernamePropertyKey in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that return types with arguments of type VcsUsernamePropertyKey Modifier and Type Method Description Map<VcsUsernamePropertyKey,List<String>>VcsUsernameStorageImpl. getVcsProperties(SUser user)Methods in jetbrains.buildServer.vcs.impl with parameters of type VcsUsernamePropertyKey Modifier and Type Method Description voidVcsUsernameStorageImpl. addVcsUsername(SUser user, VcsUsernamePropertyKey key, String name)Collection<SUser>VcsUsernameStorageImpl. findUsers(VcsUsernamePropertyKey key, String userName)voidVcsUsernameStorageImpl. setVcsUsernames(SUser user, VcsUsernamePropertyKey key, List<String> userNames)
-