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 void
InMemoryUser. addVcsUsername(VcsUsernamePropertyKey key, String userName)
void
InMemoryUser. 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 SUserAssert
SUserAssert. hasVcsUsername(VcsUsernamePropertyKey key, String value)
SUserAssert
SUserAssert. 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 void
RestrictedUserImpl. addVcsUsername(VcsUsernamePropertyKey key, String userName)
void
SecuredUser. addVcsUsername(VcsUsernamePropertyKey key, String userName)
void
UserEx. addVcsUsername(VcsUsernamePropertyKey key, String userName)
void
UserImpl. addVcsUsername(VcsUsernamePropertyKey key, String userName)
void
RestrictedUserImpl. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)
void
SecuredUser. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)
void
UserEx. setVcsUsernames(VcsUsernamePropertyKey key, List<String> userNames)
void
UserImpl. 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 void
VcsUsernameStorage. addVcsUsername(SUser user, VcsUsernamePropertyKey key, String name)
Collection<SUser>
VcsUsernameStorage. findUsers(VcsUsernamePropertyKey key, String userName)
void
VcsUsernameStorage. 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 void
VcsUsernameStorageImpl. addVcsUsername(SUser user, VcsUsernamePropertyKey key, String name)
Collection<SUser>
VcsUsernameStorageImpl. findUsers(VcsUsernamePropertyKey key, String userName)
void
VcsUsernameStorageImpl. setVcsUsernames(SUser user, VcsUsernamePropertyKey key, List<String> userNames)
-