Package | Description |
---|---|
com.atlassian.confluence.setup |
Modifier and Type | Method and Description |
---|---|
static SetupLocks.Lock |
SetupLocks.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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
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.
|
Copyright © 2003–2020 Atlassian. All rights reserved.