Uses of Class
jetbrains.buildServer.serverSide.CustomDataStorage.ConflictResolution
-
Packages that use CustomDataStorage.ConflictResolution Package Description jetbrains.buildServer jetbrains.buildServer.serverSide -
-
Uses of CustomDataStorage.ConflictResolution in jetbrains.buildServer
Methods in jetbrains.buildServer with parameters of type CustomDataStorage.ConflictResolution Modifier and Type Method Description voidMockCustomDataStorage. flush(CustomDataStorage.ConflictResolution conflictResolutionMode) -
Uses of CustomDataStorage.ConflictResolution in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that return CustomDataStorage.ConflictResolution Modifier and Type Method Description static CustomDataStorage.ConflictResolutionCustomDataStorage.ConflictResolution. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomDataStorage.ConflictResolution[]CustomDataStorage.ConflictResolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in jetbrains.buildServer.serverSide with parameters of type CustomDataStorage.ConflictResolution Modifier and Type Method Description voidCustomDataStorage. flush(CustomDataStorage.ConflictResolution conflictResolutionMode)Flushes data to the persistent storage immediately with the specified conflict resolution mode.
-