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 TypeMethodDescriptionvoidReleases a lock for a requested repository ID if acquired as a result of a related scheduling call.voidReleases all locks acquired as a result of a related scheduling call.
-
Constructor Details
-
ReleaseLocksActionsImpl
-
-
Method Details
-
release
Description copied from interface:PlanExecutionLaunchControl.ReleaseLocksActionsReleases a lock for a requested repository ID if acquired as a result of a related scheduling call.- Specified by:
releasein interfacePlanExecutionLaunchControl.ReleaseLocksActions- Parameters:
repositoryId- repository identifier
-
releaseAll
public void releaseAll()Description copied from interface:PlanExecutionLaunchControl.ReleaseLocksActionsReleases all locks acquired as a result of a related scheduling call.- Specified by:
releaseAllin interfacePlanExecutionLaunchControl.ReleaseLocksActions
-