hudson.plugins.tfs.actions
Class CheckoutAction

java.lang.Object
  extended by hudson.plugins.tfs.actions.CheckoutAction

public class CheckoutAction
extends java.lang.Object


Constructor Summary
CheckoutAction(java.lang.String workspaceName, java.lang.String projectPath, java.lang.String localFolder, boolean useUpdate)
           
 
Method Summary
 java.util.List<ChangeSet> checkout(Server server, hudson.FilePath workspacePath, java.util.Calendar lastBuildTimestamp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckoutAction

public CheckoutAction(java.lang.String workspaceName,
                      java.lang.String projectPath,
                      java.lang.String localFolder,
                      boolean useUpdate)
Method Detail

checkout

public java.util.List<ChangeSet> checkout(Server server,
                                          hudson.FilePath workspacePath,
                                          java.util.Calendar lastBuildTimestamp)
                                   throws java.io.IOException,
                                          java.lang.InterruptedException,
                                          java.text.ParseException
Throws:
java.io.IOException
java.lang.InterruptedException
java.text.ParseException


Copyright © 2010. All Rights Reserved.