Package jetbrains.buildServer.users.sync
Interface UserGroupRemoteIdProvider
-
public interface UserGroupRemoteIdProvider
- Since:
- 9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRemoteId(UserGroup userGroup)
Returns a user group remote id as defined by the synchronizer.
-