Uses of Class
jetbrains.buildServer.users.sync.SyncState
-
Packages that use SyncState Package Description jetbrains.buildServer.users.sync -
-
Uses of SyncState in jetbrains.buildServer.users.sync
Methods in jetbrains.buildServer.users.sync that return SyncState Modifier and Type Method Description SyncStateSynchronizer. getState()Returns the state.SyncStateSynchronizerImpl. getState()static SyncStateSyncState. valueOf(String name)Returns the enum constant of this type with the specified name.static SyncState[]SyncState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.users.sync with parameters of type SyncState Modifier and Type Method Description voidSynchronizer. setState(SyncState state)Updates the statevoidSynchronizerImpl. setState(SyncState state)
-