public class FindCommitAuthorCallback extends RepositoryListenerAwareCallback<String>
| Modifier and Type | Field and Description |
|---|---|
org.eclipse.jgit.lib.ObjectId |
id
The commit Id
|
listener| Constructor and Description |
|---|
FindCommitAuthorCallback(hudson.model.TaskListener listener,
org.eclipse.jgit.lib.ObjectId id)
Constructor for FindCommitAuthorCallback
|
public FindCommitAuthorCallback(hudson.model.TaskListener listener,
org.eclipse.jgit.lib.ObjectId id)
listener - The TaskListenerid - The Commit id of the commit of which to find the author.public String invoke(org.eclipse.jgit.lib.Repository repository, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke in interface org.jenkinsci.plugins.gitclient.RepositoryCallback<String>invoke in class RepositoryListenerAwareCallback<String>IOExceptionInterruptedExceptionCopyright © 2004–2016. All rights reserved.