Uses of Class
hudson.WorkspaceSnapshot

Packages that use WorkspaceSnapshot
hudson   
hudson.os.solaris Solaris specific features of Hudson. 
 

Uses of WorkspaceSnapshot in hudson
 

Subclasses of WorkspaceSnapshot in hudson
static class FileSystemProvisioner.Default.WorkspaceSnapshotImpl
           
 

Methods in hudson that return WorkspaceSnapshot
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
 

Uses of WorkspaceSnapshot in hudson.os.solaris
 

Methods in hudson.os.solaris that return WorkspaceSnapshot
 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-2013. All Rights Reserved.