Uses of Enum Class
com.atlassian.confluence.setup.SetupLocks.Lock
Packages that use SetupLocks.Lock
-
Uses of SetupLocks.Lock in com.atlassian.confluence.setup
Methods in com.atlassian.confluence.setup that return SetupLocks.LockModifier and TypeMethodDescriptionstatic SetupLocks.Lock
Returns 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 TypeMethodDescriptionboolean
SetupLocks.compareAndSet
(SetupLocks.Lock lock, boolean expect, boolean update) Atomically sets the value to the given updated value if the current value==
the expected value.void
SetupLocks.set
(SetupLocks.Lock lock, boolean newValue) Unconditionally sets to the given value.