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 specifiedTriggerableInternalKey
.- Since:
- 9.3
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
release(@NotNull Long repositoryId)
Releases a lock for a requested repository ID if acquired as a result of a related scheduling call.default void
releaseAll()
Releases all locks acquired as a result of a related scheduling call.
-
-
-
Method Detail
-
release
default void release(@NotNull @NotNull Long repositoryId)
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.
-
-