hudson.plugins.clearcase.action
Class UcmSnapshotCheckoutAction

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

public class UcmSnapshotCheckoutAction
extends AbstractCheckoutAction

Check out action that will check out files into a UCM snapshot view. Checking out the files will also update the load rules in the view.


Constructor Summary
UcmSnapshotCheckoutAction(ClearTool cleartool, java.lang.String stream, 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

UcmSnapshotCheckoutAction

public UcmSnapshotCheckoutAction(ClearTool cleartool,
                                 java.lang.String stream,
                                 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.