Package | Description |
---|---|
hudson | |
hudson.os.solaris |
Solaris specific features of Hudson.
|
Modifier and Type | Class and Description |
---|---|
static class |
FileSystemProvisioner.Default.WorkspaceSnapshotImpl |
Modifier and Type | Method and Description |
---|---|
abstract WorkspaceSnapshot |
FileSystemProvisioner.snapshot(AbstractBuild<?,?> build,
FilePath ws,
String glob,
TaskListener listener)
Obtains the snapshot of the workspace of the given build.
|
WorkspaceSnapshot |
FileSystemProvisioner.Default.snapshot(AbstractBuild<?,?> build,
FilePath ws,
String glob,
TaskListener listener)
Creates a tar ball.
|
WorkspaceSnapshot |
FileSystemProvisioner.Default.snapshot(AbstractBuild<?,?> build,
FilePath ws,
TaskListener listener)
Deprecated.
as of 1.350
|
Modifier and Type | Method and Description |
---|---|
WorkspaceSnapshot |
ZFSProvisioner.snapshot(AbstractBuild<?,?> build,
FilePath ws,
String glob,
TaskListener listener) |
WorkspaceSnapshot |
ZFSProvisioner.snapshot(AbstractBuild<?,?> build,
FilePath ws,
TaskListener listener)
Deprecated.
as of 1.350
|
Copyright © 2004–2017. All rights reserved.