hudson.plugins.clearcase.action
Interface CheckOutAction
- All Known Implementing Classes:
- AbstractCheckoutAction, 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 viewTag)
|
boolean |
isViewValid(hudson.Launcher launcher,
hudson.FilePath workspace,
java.lang.String viewTag)
|
checkout
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
isViewValid
boolean isViewValid(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 © 2011. All Rights Reserved.