Uses of Class
jetbrains.buildServer.users.sync.UserIndex
-
Packages that use UserIndex Package Description jetbrains.buildServer.users.sync -
-
Uses of UserIndex in jetbrains.buildServer.users.sync
Methods in jetbrains.buildServer.users.sync that return UserIndex Modifier and Type Method Description UserIndex
UserSynchronizer. buildUserIndex(Collection<RemoteUserData> userDatas)
Methods in jetbrains.buildServer.users.sync with parameters of type UserIndex Modifier and Type Method Description void
UserGroupMemberSynchronizer. synchronize(SUserGroup userGroup, RemoteGroupData groupData, RemoteIdOrGroupKey groupItemId, UserIndex userIndex, UserGroupIndex userGroupIndex)
Constructors in jetbrains.buildServer.users.sync with parameters of type UserIndex Constructor Description UserGroupUserSynchronizer(SUserGroup userGroup, RemoteIdOrGroupKey userGroupItemId, UserIndex userIndex, SynchronizerOptions options, UserRemoteIdProvider userRemoteIdProvider, Logger logger)
-