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

java.lang.Object
  extended by net.praqma.jenkins.configrotator.scm.git.ResolveChangeLog
All Implemented Interfaces:
hudson.FilePath.FileCallable<ConfigRotatorChangeLogEntry>, Serializable

public class ResolveChangeLog
extends Object
implements hudson.FilePath.FileCallable<ConfigRotatorChangeLogEntry>

See Also:
Serialized Form

Constructor Summary
ResolveChangeLog(String name, String commitId)
           
 
Method Summary
 ConfigRotatorChangeLogEntry 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

ResolveChangeLog

public ResolveChangeLog(String name,
                        String commitId)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.