hudson.plugins.clearcase.action
Class UcmSnapshotCheckoutAction

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

public class UcmSnapshotCheckoutAction
extends java.lang.Object
implements CheckOutAction

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


Constructor Summary
UcmSnapshotCheckoutAction(ClearTool cleartool, java.lang.String viewName, java.lang.String stream, java.lang.String loadRules)
           
 
Method Summary
 boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace)
           
 
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 viewName,
                                 java.lang.String stream,
                                 java.lang.String loadRules)
Method Detail

checkout

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


Copyright © 2008. All Rights Reserved.