Uses of Interface
com.atlassian.bitbucket.util.Operation
Package
Description
-
Uses of Operation in com.atlassian.bitbucket.concurrent
Modifier and TypeMethodDescription<T,
E extends Exception>
TPerforms the providedoperation
while holding a lock on the specifiedpull request
.<T,
E extends Exception>
TPullRequestLock.withLock
(PullRequest pullRequest, Operation<T, E> operation) Performs the providedoperation
while holding a lock on the specifiedpull request
.<T,
E extends Exception>
TPerforms the providedoperation
while holding a lock on the specifiedrepository
.<T,
E extends Exception>
TRepositoryLock.withLock
(Repository repository, Operation<T, E> operation) Performs the providedoperation
while holding a lock on the specifiedrepository
. -
Uses of Operation in com.atlassian.bitbucket.user
-
Uses of Operation in com.atlassian.bitbucket.util
Modifier and TypeInterfaceDescriptioninterface
Convenience version ofOperation
that does not define a checked exception on its interface.