Package hudson
Class FileSystemProvisioner.Default
java.lang.Object
hudson.FileSystemProvisioner
hudson.FileSystemProvisioner.Default
- All Implemented Interfaces:
Describable<FileSystemProvisioner>
- Enclosing class:
- 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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
discardWorkspace
(AbstractProject<?, ?> project, FilePath ws) void
prepareWorkspace
(AbstractBuild<?, ?> build, FilePath ws, TaskListener listener) snapshot
(AbstractBuild<?, ?> build, FilePath ws, String glob, TaskListener listener) Methods inherited from class hudson.FileSystemProvisioner
getDescriptor
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
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
-