Package com.atlassian.bamboo.plan
Class PlanExecutionLaunchControlImpl.ReleaseLocksActionsImpl
java.lang.Object
com.atlassian.bamboo.plan.PlanExecutionLaunchControlImpl.ReleaseLocksActionsImpl
- All Implemented Interfaces:
PlanExecutionLaunchControl.ReleaseLocksActions
- Enclosing class:
- PlanExecutionLaunchControlImpl
protected class PlanExecutionLaunchControlImpl.ReleaseLocksActionsImpl
extends Object
implements PlanExecutionLaunchControl.ReleaseLocksActions
Manages the release of locks associated with repository cache keys.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Releases a lock for a requested repository ID if acquired as a result of a related scheduling call.void
Releases all locks acquired as a result of a related scheduling call.
-
Constructor Details
-
ReleaseLocksActionsImpl
-
-
Method Details
-
release
Description copied from interface:PlanExecutionLaunchControl.ReleaseLocksActions
Releases a lock for a requested repository ID if acquired as a result of a related scheduling call.- Specified by:
release
in interfacePlanExecutionLaunchControl.ReleaseLocksActions
- Parameters:
repositoryId
- repository identifier
-
releaseAll
public void releaseAll()Description copied from interface:PlanExecutionLaunchControl.ReleaseLocksActions
Releases all locks acquired as a result of a related scheduling call.- Specified by:
releaseAll
in interfacePlanExecutionLaunchControl.ReleaseLocksActions
-