Uses of Interface
com.atlassian.bitbucket.util.Operation
Packages that use Operation
Package
Description
- 
Uses of Operation in com.atlassian.bitbucket.concurrent
Methods in com.atlassian.bitbucket.concurrent with parameters of type OperationModifier and TypeMethodDescription<T,E extends Exception> 
TPerforms the providedoperationwhile holding a lock on the specifiedpull request.<T,E extends Exception> 
TPullRequestLock.withLock(PullRequest pullRequest, Operation<T, E> operation) Performs the providedoperationwhile holding a lock on the specifiedpull request.<T,E extends Exception> 
TPerforms the providedoperationwhile holding a lock on the specifiedrepository.<T,E extends Exception> 
TRepositoryLock.withLock(Repository repository, Operation<T, E> operation) Performs the providedoperationwhile holding a lock on the specifiedrepository. - 
Uses of Operation in com.atlassian.bitbucket.user
Methods in com.atlassian.bitbucket.user with parameters of type Operation - 
Uses of Operation in com.atlassian.bitbucket.util
Subinterfaces of Operation in com.atlassian.bitbucket.utilModifier and TypeInterfaceDescriptioninterfaceConvenience version ofOperationthat does not define a checked exception on its interface.