Package hudson
Class FileSystemProvisioner.Default
- java.lang.Object
-
- hudson.FileSystemProvisioner
-
- hudson.FileSystemProvisioner.Default
-
- All Implemented Interfaces:
Describable<FileSystemProvisioner>
- Enclosing class:
- FileSystemProvisioner
public static final class FileSystemProvisioner.Default extends FileSystemProvisioner
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.FileSystemProvisioner
FileSystemProvisioner.Default
-
-
Field Summary
-
Fields inherited from class hudson.FileSystemProvisioner
DEFAULT
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
Methods inherited from class hudson.FileSystemProvisioner
getDescriptor
-
-
-
-
Method Detail
-
prepareWorkspace
public void prepareWorkspace(AbstractBuild<?,?> build, FilePath ws, TaskListener listener) throws IOException, InterruptedException
- Specified by:
prepareWorkspace
in classFileSystemProvisioner
- Throws:
IOException
InterruptedException
-
discardWorkspace
public void discardWorkspace(AbstractProject<?,?> project, FilePath ws) throws IOException, InterruptedException
- Specified by:
discardWorkspace
in classFileSystemProvisioner
- Throws:
IOException
InterruptedException
-
snapshot
public WorkspaceSnapshot snapshot(AbstractBuild<?,?> build, FilePath ws, String glob, TaskListener listener) throws IOException, InterruptedException
- Specified by:
snapshot
in classFileSystemProvisioner
- Throws:
IOException
InterruptedException
-
-