public final class RevCommitRepositoryCallback extends Object implements org.jenkinsci.plugins.gitclient.RepositoryCallback<org.eclipse.jgit.revwalk.RevCommit>
RevCommit from given Build revision.| Constructor and Description |
|---|
RevCommitRepositoryCallback(Build revToBuild) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jgit.revwalk.RevCommit |
invoke(org.eclipse.jgit.lib.Repository repository,
hudson.remoting.VirtualChannel virtualChannel) |
public RevCommitRepositoryCallback(Build revToBuild)
public org.eclipse.jgit.revwalk.RevCommit invoke(org.eclipse.jgit.lib.Repository repository,
hudson.remoting.VirtualChannel virtualChannel)
throws IOException,
InterruptedException
invoke in interface org.jenkinsci.plugins.gitclient.RepositoryCallback<org.eclipse.jgit.revwalk.RevCommit>IOExceptionInterruptedExceptionCopyright © 2007–2020. All rights reserved.