public class CheckoutAction extends Object
Modifier and Type | Method and Description |
---|---|
static Workspace |
checkout(PlasticTool tool,
hudson.FilePath workspacePath,
String selector,
CleanupMethod cleanup) |
protected static Workspace |
findWorkspaceByPath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
findWorkspacesInsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
findWorkspacesOutsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static boolean |
isNestedWorkspacePath(String base,
String nested) |
protected static boolean |
isSameWorkspacePath(String actual,
String expected) |
public static Workspace checkout(PlasticTool tool, hudson.FilePath workspacePath, String selector, CleanupMethod cleanup) throws IOException, InterruptedException, ParseException
protected static Workspace findWorkspaceByPath(hudson.FilePath workspacePath, List<Workspace> workspaces)
protected static List<Workspace> findWorkspacesInsidePath(hudson.FilePath workspacePath, List<Workspace> workspaces)
Copyright © 2016–2022. All rights reserved.