Uses of Interface
org.jenkinsci.plugins.gitclient.RepositoryCallback
Packages that use RepositoryCallback
-
Uses of RepositoryCallback in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient with parameters of type RepositoryCallbackModifier and TypeMethodDescription<T> T
GitClient.withRepository
(RepositoryCallback<T> callable) Runs the computation that requires local access toRepository
.