public class BaseDynamicCheckoutAction extends CheckoutAction
Constructor and Description |
---|
BaseDynamicCheckoutAction(ClearTool cleartool,
String configSpec,
boolean doNotUpdateConfigSpec,
boolean useTimeRule,
boolean createView,
ViewStorage viewStorage,
hudson.model.AbstractBuild<?,?> build) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkout(hudson.Launcher launcher,
hudson.FilePath workspace,
String viewTag) |
String |
getTimeRule() |
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 BaseDynamicCheckoutAction(ClearTool cleartool, String configSpec, boolean doNotUpdateConfigSpec, boolean useTimeRule, boolean createView, ViewStorage viewStorage, hudson.model.AbstractBuild<?,?> build)
public boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace, String viewTag) throws IOException, InterruptedException
checkout
in class CheckoutAction
IOException
InterruptedException
public String getTimeRule()
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.