Package | Description |
---|---|
com.codicesoftware.plugins.hudson | |
com.codicesoftware.plugins.hudson.commands | |
com.codicesoftware.plugins.jenkins |
Modifier and Type | Method and Description |
---|---|
static Workspace |
WorkspaceManager.cleanup(PlasticTool tool,
hudson.FilePath workspacePath,
CleanupMethod cleanup,
List<Workspace> workspaces) |
static void |
WorkspaceManager.cleanWorkspace(PlasticTool tool,
hudson.FilePath workspacePath,
CleanupMethod cleanup) |
static Workspace |
WorkspaceManager.createWorkspace(PlasticTool tool,
hudson.FilePath workspacePath,
String workspaceName) |
static void |
WorkspaceManager.deleteWorkspace(PlasticTool tool,
hudson.FilePath workspacePath) |
static List<Workspace> |
WorkspaceManager.loadWorkspaces(PlasticTool tool,
hudson.remoting.VirtualChannel channel) |
static Workspace |
WorkspaceManager.prepare(PlasticTool tool,
hudson.model.TaskListener listener,
hudson.FilePath workspacePath,
CleanupMethod cleanup) |
static void |
WorkspaceManager.setSelector(PlasticTool tool,
hudson.FilePath workspacePath,
String selector) |
static void |
WorkspaceManager.switchTo(PlasticTool tool,
hudson.FilePath workspacePath,
UpdateToSpec spec) |
Modifier and Type | Method and Description |
---|---|
static Reader |
CommandRunner.execute(PlasticTool tool,
Command command) |
static Reader |
CommandRunner.execute(PlasticTool tool,
Command command,
hudson.FilePath executionPath,
boolean printOutput) |
static <T> T |
CommandRunner.executeAndRead(PlasticTool tool,
ParseableCommand<T> command) |
static <T> T |
CommandRunner.executeAndRead(PlasticTool tool,
ParseableCommand<T> command,
boolean printOutput) |
static <T> T |
CommandRunner.executeAndRead(PlasticTool tool,
ParseableCommand<T> command,
hudson.FilePath executionPath,
boolean printOutput) |
static List<ChangeSet> |
ChangesetsRetriever.getChangesets(PlasticTool tool,
hudson.FilePath workspacePath,
String branchName,
String repoSpec,
Calendar fromTimestamp,
Calendar toTimestamp) |
Modifier and Type | Method and Description |
---|---|
static ObjectSpec |
CurrentWorkspace.findSpecId(PlasticTool tool,
hudson.model.TaskListener listener,
hudson.FilePath workspacePath)
Returns changeset identifier for the given workspace.
|
static ChangeSet |
ChangesetDetails.forWorkspace(PlasticTool tool,
hudson.FilePath workspace,
hudson.model.TaskListener listener) |
static DeleteOnCloseFileInputStream |
FileContent.getFromServer(PlasticTool tool,
String serverFile,
String repObjectSpec) |
Copyright © 2016–2023. All rights reserved.