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


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.clearcase.action.AbstractCheckoutAction
AbstractCheckoutAction.LoadRulesDelta
 
Field Summary
 
Fields inherited from class hudson.plugins.clearcase.action.AbstractCheckoutAction
cleartool, loadRules, useUpdate, viewPath
 
Constructor Summary
UcmSnapshotCheckoutAction(ClearTool cleartool, java.lang.String streamSelector, java.lang.String[] loadRules, boolean useUpdate, java.lang.String viewPath)
           
 
Method Summary
 boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace, java.lang.String viewTag)
           
 
Methods inherited from class hudson.plugins.clearcase.action.AbstractCheckoutAction
cleanAndCreateViewIfNeeded, getLoadRulesDelta, isViewValid
 
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 streamSelector,
                                 java.lang.String[] loadRules,
                                 boolean useUpdate,
                                 java.lang.String viewPath)
Method Detail

checkout

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


Copyright © 2010. All Rights Reserved.