V - the return typepublic static interface GitSCMFileSystem.FSFunction<V>
GitSCMFileSystem.invoke(jenkins.plugins.git.GitSCMFileSystem.FSFunction)
in order to provide a locked view of the Git repository| Modifier and Type | Method and Description |
|---|---|
V |
invoke(org.eclipse.jgit.lib.Repository repository)
Called with a lock on the repository in order to perform some
operations that might result in changes and necessary re-indexing
|
V invoke(org.eclipse.jgit.lib.Repository repository) throws IOException, InterruptedException
repository - the bare git repositoryGitSCMFileSystem.invoke(jenkins.plugins.git.GitSCMFileSystem.FSFunction)IOException - if there is an I/O errorInterruptedException - if interruptedCopyright © 2007–2021. All rights reserved.