public class GetAllCommitsFromBranchCallback extends RepositoryListenerAwareCallback<String>
Modifier and Type | Field and Description |
---|---|
String |
branch |
org.eclipse.jgit.lib.ObjectId |
id |
listener
Constructor and Description |
---|
GetAllCommitsFromBranchCallback(hudson.model.TaskListener listener,
org.eclipse.jgit.lib.ObjectId id,
String branch) |
public final org.eclipse.jgit.lib.ObjectId id
public final String branch
public GetAllCommitsFromBranchCallback(hudson.model.TaskListener listener, org.eclipse.jgit.lib.ObjectId id, String branch)
public String invoke(org.eclipse.jgit.lib.Repository repo, hudson.remoting.VirtualChannel channel) throws IOException, InterruptedException
invoke
in interface org.jenkinsci.plugins.gitclient.RepositoryCallback<String>
invoke
in class RepositoryListenerAwareCallback<String>
IOException
InterruptedException
Copyright © 2004–2015. All rights reserved.