org.jenkinsci.plugins.pretestedintegration.scm.git
Class FindCommitMessageCallback

java.lang.Object
  extended by org.jenkinsci.plugins.pretestedintegration.scm.git.RepositoryListenerAwareCallback<String>
      extended by 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
           
 
Fields inherited from class org.jenkinsci.plugins.pretestedintegration.scm.git.RepositoryListenerAwareCallback
listener
 
Constructor Summary
FindCommitMessageCallback(hudson.model.TaskListener listener, 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
 

Field Detail

id

public final org.eclipse.jgit.lib.ObjectId id
Constructor Detail

FindCommitMessageCallback

public FindCommitMessageCallback(hudson.model.TaskListener listener,
                                 org.eclipse.jgit.lib.ObjectId id)
Method Detail

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.