Uses of Class
com.atlassian.confluence.setup.SetupLocks.Lock
-
Packages that use SetupLocks.Lock Package Description com.atlassian.confluence.setup -
-
Uses of SetupLocks.Lock in com.atlassian.confluence.setup
Methods in com.atlassian.confluence.setup that return SetupLocks.Lock Modifier and Type Method Description static SetupLocks.LockSetupLocks.Lock. valueOf(String name)Returns the enum constant of this type with the specified name.static SetupLocks.Lock[]SetupLocks.Lock. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.setup with parameters of type SetupLocks.Lock Modifier and Type Method Description booleanSetupLocks. 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.
-