Uses of Interface
com.atlassian.bamboo.repository.RepositoryExceptionAwareFunction
-
Packages that use RepositoryExceptionAwareFunction Package Description com.atlassian.bamboo.plugins.stash.v2 -
-
Uses of RepositoryExceptionAwareFunction in com.atlassian.bamboo.plugins.stash.v2
Methods in com.atlassian.bamboo.plugins.stash.v2 with parameters of type RepositoryExceptionAwareFunction Modifier and Type Method Description protected <T> T
AbstractBitbucketServerExecutor. executeOnMirrorWithPrimaryFallback(@NotNull RepositoryExceptionAwareFunction<VcsRepositoryData,T> exec, @NotNull VcsRepositoryData vcsRepositoryData)
protected <T> T
AbstractBitbucketServerExecutor. executeOnMirrorWithPrimaryFallback(@NotNull RepositoryExceptionAwareFunction<VcsRepositoryData,T> exec, @NotNull VcsRepositoryData vcsRepositoryData, @NotNull Optional<BuildLogger> buildLogger)
-