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