Package com.atlassian.bamboo.plan
Interface PlanExecutionLaunchControl.ReleaseLocksActions
- Enclosing interface:
- PlanExecutionLaunchControl
@ExperimentalApi
public static interface PlanExecutionLaunchControl.ReleaseLocksActions
Release actions generated as a result of completing scheduling command and acquiring all locks needed by specified
TriggerableInternalKey
.- Since:
- 9.3
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Releases a lock for a requested repository ID if acquired as a result of a related scheduling call.default void
Releases all locks acquired as a result of a related scheduling call.
-
Method Details
-
release
Releases a lock for a requested repository ID if acquired as a result of a related scheduling call.- Parameters:
repositoryId
- repository identifier
-
releaseAll
default void releaseAll()Releases all locks acquired as a result of a related scheduling call.
-