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 SyncState
Synchronizer. getState()
Returns the state.SyncState
SynchronizerImpl. getState()
static SyncState
SyncState. 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 void
Synchronizer. setState(SyncState state)
Updates the statevoid
SynchronizerImpl. setState(SyncState state)
-