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.


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
SnapshotCheckoutAction(ClearTool cleartool, ConfigSpec configSpec, java.lang.String[] loadRules, boolean useUpdate, java.lang.String viewPath)
           
 
Method Summary
 boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace, java.lang.String viewTag)
           
 ConfigSpec getConfigSpec()
           
 
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

SnapshotCheckoutAction

public SnapshotCheckoutAction(ClearTool cleartool,
                              ConfigSpec configSpec,
                              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

getConfigSpec

public ConfigSpec getConfigSpec()


Copyright © 2011. All Rights Reserved.