Package | Description |
---|---|
com.codicesoftware.plugins.hudson | |
com.codicesoftware.plugins.hudson.actions | |
com.codicesoftware.plugins.hudson.commands | |
com.codicesoftware.plugins.hudson.model |
Modifier and Type | Method and Description |
---|---|
static Workspace |
WorkspaceManager.createWorkspace(PlasticTool tool,
hudson.FilePath workspacePath,
String workspaceName,
String selector) |
Modifier and Type | Method and Description |
---|---|
static List<Workspace> |
WorkspaceManager.loadWorkspaces(PlasticTool tool,
hudson.remoting.VirtualChannel channel) |
Modifier and Type | Method and Description |
---|---|
static Workspace |
CheckoutAction.checkout(PlasticTool tool,
hudson.FilePath workspacePath,
String selector,
CleanupMethod cleanup) |
protected static Workspace |
CheckoutAction.findWorkspaceByPath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
Modifier and Type | Method and Description |
---|---|
protected static List<Workspace> |
CheckoutAction.findWorkspacesInsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
CheckoutAction.findWorkspacesOutsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
Modifier and Type | Method and Description |
---|---|
protected static Workspace |
CheckoutAction.findWorkspaceByPath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
CheckoutAction.findWorkspacesInsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
CheckoutAction.findWorkspacesOutsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
Modifier and Type | Method and Description |
---|---|
Workspace |
GetWorkspaceFromPathCommand.parse(Reader r) |
Modifier and Type | Method and Description |
---|---|
List<Workspace> |
ListWorkspacesCommand.parse(Reader consoleReader) |
Modifier and Type | Method and Description |
---|---|
Workspace |
BuildData.getWorkspace() |
Modifier and Type | Method and Description |
---|---|
void |
BuildData.setWorkspace(Workspace workspace) |
Constructor and Description |
---|
BuildData(Workspace workspace,
ChangeSet changeset) |
Workspace(Workspace o)
Copy constructor.
|
Copyright © 2016–2022. All rights reserved.