T
- Return type of the Callbackpublic abstract class RepositoryListenerAwareCallback<T> extends Object implements org.jenkinsci.plugins.gitclient.RepositoryCallback<T>
Modifier and Type | Field and Description |
---|---|
hudson.model.TaskListener |
listener
The TaskListener for use in invoke
|
Constructor and Description |
---|
RepositoryListenerAwareCallback(hudson.model.TaskListener listener)
Constructor for a RepositoryListenerAwareCallback
|
public final hudson.model.TaskListener listener
public RepositoryListenerAwareCallback(hudson.model.TaskListener listener)
listener
- The TaskListenerpublic 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–2016. All rights reserved.