T - Return type of the Callbackpublic abstract class RepositoryListenerCallback<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 |
|---|
RepositoryListenerCallback(hudson.model.TaskListener listener)
Constructor for a RepositoryListenerAwareCallback
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
invoke(org.eclipse.jgit.lib.Repository repo,
hudson.remoting.VirtualChannel channel) |
public final hudson.model.TaskListener listener
public RepositoryListenerCallback(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>IOExceptionInterruptedExceptionCopyright © 2015–2019 Red Hat. All rights reserved.