hudson.plugins.clearcase.action
Class SnapshotCheckoutAction

java.lang.Object
  extended by hudson.plugins.clearcase.action.SnapshotCheckoutAction
All Implemented Interfaces:
CheckOutAction

public class SnapshotCheckoutAction
extends java.lang.Object
implements CheckOutAction

Check out action that will check out files into a snapshot view.


Constructor Summary
SnapshotCheckoutAction(ClearTool clearTool, java.lang.String configSpec, boolean useUpdate)
           
 
Method Summary
 boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace, java.lang.String viewName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SnapshotCheckoutAction

public SnapshotCheckoutAction(ClearTool clearTool,
                              java.lang.String configSpec,
                              boolean useUpdate)
Method Detail

checkout

public boolean checkout(hudson.Launcher launcher,
                        hudson.FilePath workspace,
                        java.lang.String viewName)
                 throws java.io.IOException,
                        java.lang.InterruptedException
Specified by:
checkout in interface CheckOutAction
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2009. All Rights Reserved.