hudson.plugins.clearcase.action
Class SnapshotCheckoutAction

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

public class SnapshotCheckoutAction
extends AbstractCheckoutAction

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


Constructor Summary
SnapshotCheckoutAction(ClearTool clearTool, java.lang.String configSpec, java.lang.String loadRules, boolean useUpdate)
           
 
Method Summary
 boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace, java.lang.String viewName)
           
 
Methods inherited from class hudson.plugins.clearcase.action.AbstractCheckoutAction
extractLoadRules, getLoadRuleFreeConfigSpec
 
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,
                              java.lang.String loadRules,
                              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
Specified by:
checkout in class AbstractCheckoutAction
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2009. All Rights Reserved.