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, getViewStorage
public 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 CheckoutAction
IOException
InterruptedException
public boolean checkoutCodeFreeze(String viewName) throws IOException, InterruptedException
IOException
InterruptedException
public boolean isViewValid(hudson.FilePath workspace, String viewTag) throws IOException, InterruptedException
isViewValid
in class CheckoutAction
IOException
InterruptedException
@Deprecated public boolean isViewValid(hudson.Launcher launcher, hudson.FilePath workspace, String viewTag) throws IOException, InterruptedException
isViewValid(FilePath,String)
insteadisViewValid
in class CheckoutAction
IOException
InterruptedException
Copyright © 2004-2021. All Rights Reserved.