Package jetbrains.buildServer.users.sync
Interface UserRemoteIdProvider
-
public interface UserRemoteIdProvider- Since:
- 9.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetRemoteId(User user)Returns a user remote id as defined by the synchronizer.
-