com.ibm.team.build.internal.hjplugin
Class RTCCheckoutTask

java.lang.Object
  extended by com.ibm.team.build.internal.hjplugin.RTCCheckoutTask
All Implemented Interfaces:
hudson.FilePath.FileCallable<Void>, Serializable

public class RTCCheckoutTask
extends Object
implements hudson.FilePath.FileCallable<Void>

See Also:
Serialized Form

Constructor Summary
RTCCheckoutTask(String contextStr, String buildToolkit, String serverURI, String userId, String password, int timeout, String buildWorkspace, String baselineSetName, hudson.model.BuildListener listener, hudson.remoting.RemoteOutputStream changeLog, boolean isRemote, boolean debug)
           
 
Method Summary
 Void 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

RTCCheckoutTask

public RTCCheckoutTask(String contextStr,
                       String buildToolkit,
                       String serverURI,
                       String userId,
                       String password,
                       int timeout,
                       String buildWorkspace,
                       String baselineSetName,
                       hudson.model.BuildListener listener,
                       hudson.remoting.RemoteOutputStream changeLog,
                       boolean isRemote,
                       boolean debug)
Method Detail

invoke

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


Copyright © 2004-2013. All Rights Reserved.