public abstract class CheckoutAction extends Object
Constructor and Description |
---|
CheckoutAction(ClearTool cleartool,
ViewStorage viewStorage) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
checkout(hudson.Launcher launcher,
hudson.FilePath workspace,
String viewTag) |
ClearTool |
getCleartool() |
hudson.FilePath |
getUpdtFile() |
ViewStorage |
getViewStorage() |
abstract boolean |
isViewValid(hudson.FilePath workspace,
String viewTag) |
boolean |
isViewValid(hudson.Launcher launcher,
hudson.FilePath workspace,
String viewTag)
Deprecated.
Use
isViewValid(FilePath,String) instead |
public CheckoutAction(ClearTool cleartool, ViewStorage viewStorage)
public abstract boolean checkout(hudson.Launcher launcher, hudson.FilePath workspace, String viewTag) throws IOException, InterruptedException
IOException
InterruptedException
public ClearTool getCleartool()
public hudson.FilePath getUpdtFile()
public ViewStorage getViewStorage()
public abstract boolean isViewValid(hudson.FilePath workspace, String viewTag) throws IOException, InterruptedException
IOException
InterruptedException
@Deprecated public boolean isViewValid(hudson.Launcher launcher, hudson.FilePath workspace, String viewTag) throws IOException, InterruptedException
isViewValid(FilePath,String)
insteadIOException
InterruptedException
Copyright © 2004-2021. All Rights Reserved.