Uses of Class
hudson.FileSystemProvisioner

Packages that use FileSystemProvisioner
hudson   
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.os.solaris Solaris specific features of Hudson. 
 

Uses of FileSystemProvisioner in hudson
 

Subclasses of FileSystemProvisioner in hudson
static class FileSystemProvisioner.Default
          Default implementation that doesn't rely on any file system specific capability, and thus can be used anywhere that Hudson runs.
 

Fields in hudson declared as FileSystemProvisioner
static FileSystemProvisioner FileSystemProvisioner.DEFAULT
          Default implementation.
 

Methods in hudson that return types with arguments of type FileSystemProvisioner
static DescriptorExtensionList<FileSystemProvisioner,FileSystemProvisionerDescriptor> FileSystemProvisioner.all()
          Returns all the registered FileSystemProvisioner descriptors.
 

Uses of FileSystemProvisioner in hudson.model
 

Methods in hudson.model that return FileSystemProvisioner
 FileSystemProvisioner Node.getFileSystemProvisioner()
           
 

Uses of FileSystemProvisioner in hudson.os.solaris
 

Subclasses of FileSystemProvisioner in hudson.os.solaris
 class ZFSProvisioner
          FileSystemProvisioner for ZFS.
 



Copyright © 2004-2013. All Rights Reserved.