public class UcmDynamicCheckoutAction extends CheckoutAction
| Constructor and Description |
|---|
UcmDynamicCheckoutAction(ClearTool cleartool,
String stream,
boolean createDynView,
ViewStorage viewStorage,
hudson.model.AbstractBuild build,
boolean freezeCode,
boolean recreateView) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkout(hudson.Launcher launcher,
hudson.FilePath workspace,
String viewTag) |
boolean |
checkoutCodeFreeze(String viewName) |
static String |
getConfiguredStreamViewName(String jobName,
String stream) |
boolean |
isViewValid(hudson.FilePath workspace,
String viewTag) |
boolean |
isViewValid(hudson.Launcher launcher,
hudson.FilePath workspace,
String viewTag)
Deprecated.
Use
isViewValid(FilePath,String) instead |
getCleartool, getUpdtFile, getViewStoragepublic UcmDynamicCheckoutAction(ClearTool cleartool, String stream, boolean createDynView, ViewStorage viewStorage, hudson.model.AbstractBuild build, boolean freezeCode, boolean recreateView)
public boolean checkout(hudson.Launcher launcher,
hudson.FilePath workspace,
String viewTag)
throws IOException,
InterruptedException
checkout in class CheckoutActionIOExceptionInterruptedExceptionpublic boolean checkoutCodeFreeze(String viewName) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic boolean isViewValid(hudson.FilePath workspace,
String viewTag)
throws IOException,
InterruptedException
isViewValid in class CheckoutActionIOExceptionInterruptedException@Deprecated public boolean isViewValid(hudson.Launcher launcher, hudson.FilePath workspace, String viewTag) throws IOException, InterruptedException
isViewValid(FilePath,String) insteadisViewValid in class CheckoutActionIOExceptionInterruptedExceptionCopyright © 2004-2021. All Rights Reserved.