| Package | Description |
|---|---|
| com.atlassian.bamboo.plan |
| Modifier and Type | Method and Description |
|---|---|
<V> V |
PlanExecutionLockService.inlineProcessLocks(TriggerableInternalKey lockKey,
AcquisitionPolicy acquisitionPolicy,
Callable<V> callable)
A parallel locking mechanism that allows a backdoor to the standard lock.
|
void |
PlanExecutionLockService.interruptLockOwner(TriggerableInternalKey lockKey)
Interrupts the owner of the lock represented by
TriggerableInternalKey |
boolean |
PlanExecutionLockService.isLocked(TriggerableInternalKey lockKey)
Checks if the given
String has been locked |
<V> V |
PlanExecutionLockService.lock(TriggerableInternalKey lockKey,
AcquisitionPolicy acquisitionPolicy,
Callable<V> callable)
Acquires a lock on the given
TriggerableInternalKey then calls the given Callable within the global request lock |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.