Package com.atlassian.bamboo.plan
Interface PlanExecutionLaunchControl.ReleaseLocksActions
-
- Enclosing interface:
- PlanExecutionLaunchControl
@ExperimentalApi public static interface PlanExecutionLaunchControl.ReleaseLocksActionsRelease 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 voidrelease(@NotNull Long repositoryId)Releases a lock for a requested repository ID if acquired as a result of a related scheduling call.default voidreleaseAll()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.
-
-