public static final class FileSystemProvisioner.Default extends FileSystemProvisioner
FileSystemProvisioner.Default
DEFAULT
Constructor and Description |
---|
Default() |
Modifier and Type | Method and Description |
---|---|
void |
discardWorkspace(AbstractProject<?,?> project,
FilePath ws) |
void |
prepareWorkspace(AbstractBuild<?,?> build,
FilePath ws,
TaskListener listener) |
WorkspaceSnapshot |
snapshot(AbstractBuild<?,?> build,
FilePath ws,
String glob,
TaskListener listener) |
getDescriptor
public void prepareWorkspace(AbstractBuild<?,?> build, FilePath ws, TaskListener listener) throws IOException, InterruptedException
prepareWorkspace
in class FileSystemProvisioner
IOException
InterruptedException
public void discardWorkspace(AbstractProject<?,?> project, FilePath ws) throws IOException, InterruptedException
discardWorkspace
in class FileSystemProvisioner
IOException
InterruptedException
public WorkspaceSnapshot snapshot(AbstractBuild<?,?> build, FilePath ws, String glob, TaskListener listener) throws IOException, InterruptedException
snapshot
in class FileSystemProvisioner
IOException
InterruptedException
Copyright © 2004–2021. All rights reserved.