Uses of Enum Class
com.atlassian.confluence.setup.SetupLocks.Lock
Packages that use SetupLocks.Lock
- 
Uses of SetupLocks.Lock in com.atlassian.confluence.setupMethods in com.atlassian.confluence.setup that return SetupLocks.LockModifier and TypeMethodDescriptionstatic SetupLocks.LockReturns the enum constant of this class with the specified name.static SetupLocks.Lock[]SetupLocks.Lock.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.setup with parameters of type SetupLocks.LockModifier and TypeMethodDescriptionbooleanSetupLocks.compareAndSet(SetupLocks.Lock lock, boolean expect, boolean update) Atomically sets the value to the given updated value if the current value==the expected value.voidSetupLocks.set(SetupLocks.Lock lock, boolean newValue) Unconditionally sets to the given value.