Uses of Interface
org.jenkinsci.plugins.gitclient.RepositoryCallback
-
Packages that use RepositoryCallback Package Description org.jenkinsci.plugins.gitclient Core classes for git client API implementation. -
-
Uses of RepositoryCallback in org.jenkinsci.plugins.gitclient
Methods in org.jenkinsci.plugins.gitclient with parameters of type RepositoryCallback Modifier and Type Method Description <T> T
GitClient. withRepository(RepositoryCallback<T> callable)
Runs the computation that requires local access toRepository
.
-