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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddiscardWorkspace(AbstractProject<?, ?> project, FilePath ws) voidprepareWorkspace(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:
 prepareWorkspacein classFileSystemProvisioner- Throws:
 IOExceptionInterruptedException
 - 
discardWorkspace
public void discardWorkspace(AbstractProject<?, ?> project, FilePath ws) throws IOException, InterruptedException- Specified by:
 discardWorkspacein classFileSystemProvisioner- Throws:
 IOExceptionInterruptedException
 - 
snapshot
public WorkspaceSnapshot snapshot(AbstractBuild<?, ?> build, FilePath ws, String glob, TaskListener listener) throws IOException, InterruptedException- Specified by:
 snapshotin classFileSystemProvisioner- Throws:
 IOExceptionInterruptedException
 
 -