net.praqma.jenkins.configrotator.scm.git
Class ResolveNextCommit

java.lang.Object
  extended by net.praqma.jenkins.configrotator.scm.git.ResolveNextCommit
All Implemented Interfaces:
hudson.FilePath.FileCallable<org.eclipse.jgit.revwalk.RevCommit>, Serializable

public class ResolveNextCommit
extends Object
implements hudson.FilePath.FileCallable<org.eclipse.jgit.revwalk.RevCommit>

See Also:
Serialized Form

Constructor Summary
ResolveNextCommit(String name, String commitId)
           
 
Method Summary
 org.eclipse.jgit.revwalk.RevCommit invoke(File workspace, hudson.remoting.VirtualChannel virtualChannel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResolveNextCommit

public ResolveNextCommit(String name,
                         String commitId)
Method Detail

invoke

public org.eclipse.jgit.revwalk.RevCommit invoke(File workspace,
                                                 hudson.remoting.VirtualChannel virtualChannel)
                                          throws IOException,
                                                 InterruptedException
Specified by:
invoke in interface hudson.FilePath.FileCallable<org.eclipse.jgit.revwalk.RevCommit>
Throws:
IOException
InterruptedException


Copyright © 2004-2013. All Rights Reserved.