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

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

public class Checkout
extends Object
implements hudson.FilePath.FileCallable<Boolean>

Author:
cwolfgang
See Also:
Serialized Form

Constructor Summary
Checkout(String name, String branch, String commitId)
           
 
Method Summary
 Boolean invoke(File workspace, hudson.remoting.VirtualChannel channel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Checkout

public Checkout(String name,
                String branch,
                String commitId)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.