hudson.plugins.clearcase.action
Interface CheckOutAction

All Known Implementing Classes:
DynamicCheckoutAction, SnapshotCheckoutAction, UcmDynamicCheckoutAction, UcmSnapshotCheckoutAction

public interface CheckOutAction

Action for performing check outs from ClearCase.


Method Summary
 boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace, java.lang.String viewName)
           
 

Method Detail

checkout

boolean checkout(hudson.Launcher launcher,
                 hudson.FilePath workspace,
                 java.lang.String viewName)
                 throws java.io.IOException,
                        java.lang.InterruptedException
Throws:
java.io.IOException
java.lang.InterruptedException


Copyright © 2009. All Rights Reserved.