org.jenkinsci.plugins.pretestedintegration.scm.git
Class FindCommitMessageCallback
java.lang.Object
org.jenkinsci.plugins.pretestedintegration.scm.git.RepositoryListenerAwareCallback<String>
org.jenkinsci.plugins.pretestedintegration.scm.git.FindCommitMessageCallback
- All Implemented Interfaces:
- Serializable, org.jenkinsci.plugins.gitclient.RepositoryCallback<String>
public class FindCommitMessageCallback
- extends RepositoryListenerAwareCallback<String>
- Author:
- Mads
Used in con
- See Also:
- Serialized Form
|
Field Summary |
org.eclipse.jgit.lib.ObjectId |
id
|
|
Method Summary |
String |
invoke(org.eclipse.jgit.lib.Repository repo,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public final org.eclipse.jgit.lib.ObjectId id
FindCommitMessageCallback
public FindCommitMessageCallback(hudson.model.TaskListener listener,
org.eclipse.jgit.lib.ObjectId id)
invoke
public String invoke(org.eclipse.jgit.lib.Repository repo,
hudson.remoting.VirtualChannel channel)
throws IOException,
InterruptedException
- Specified by:
invoke in interface org.jenkinsci.plugins.gitclient.RepositoryCallback<String>- Specified by:
invoke in class RepositoryListenerAwareCallback<String>
- Throws:
IOException
InterruptedException
Copyright © 2004–2014. All rights reserved.