Package | Description |
---|---|
com.codicesoftware.plugins.hudson | |
com.codicesoftware.plugins.hudson.commands | |
com.codicesoftware.plugins.hudson.model |
Modifier and Type | Method and Description |
---|---|
static Workspace |
WorkspaceManager.cleanup(PlasticTool tool,
hudson.FilePath workspacePath,
CleanupMethod cleanup,
List<Workspace> workspaces) |
static Workspace |
WorkspaceManager.createWorkspace(PlasticTool tool,
hudson.FilePath workspacePath,
String workspaceName) |
protected static Workspace |
WorkspaceManager.findWorkspaceByPath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
static Workspace |
WorkspaceManager.prepare(PlasticTool tool,
hudson.model.TaskListener listener,
hudson.FilePath workspacePath,
CleanupMethod cleanup) |
Modifier and Type | Method and Description |
---|---|
protected static List<Workspace> |
WorkspaceManager.findWorkspacesInsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
WorkspaceManager.findWorkspacesOutsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
static List<Workspace> |
WorkspaceManager.loadWorkspaces(PlasticTool tool,
hudson.remoting.VirtualChannel channel) |
protected static List<Workspace> |
WorkspaceManager.matchWorkspaces(List<Workspace> workspaces,
com.codicesoftware.plugins.hudson.WorkspaceManager.WorkspacePathMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
static Workspace |
WorkspaceManager.cleanup(PlasticTool tool,
hudson.FilePath workspacePath,
CleanupMethod cleanup,
List<Workspace> workspaces) |
protected static Workspace |
WorkspaceManager.findWorkspaceByPath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
WorkspaceManager.findWorkspacesInsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
WorkspaceManager.findWorkspacesOutsidePath(hudson.FilePath workspacePath,
List<Workspace> workspaces) |
protected static List<Workspace> |
WorkspaceManager.matchWorkspaces(List<Workspace> workspaces,
com.codicesoftware.plugins.hudson.WorkspaceManager.WorkspacePathMatcher matcher) |
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–2023. All rights reserved.