Uses of Class
hudson.slaves.WorkspaceList.Lease

Packages that use WorkspaceList.Lease
hudson.model Core object model that are bound to URLs via stapler, rooted at Hudson
hudson.slaves Code related to slaves. 
 

Uses of WorkspaceList.Lease in hudson.model
 

Methods in hudson.model that return WorkspaceList.Lease
protected  WorkspaceList.Lease AbstractBuild.AbstractBuildExecution.decideWorkspace(Node n, WorkspaceList wsl)
          Allocates the workspace from WorkspaceList.
 

Uses of WorkspaceList.Lease in hudson.slaves
 

Methods in hudson.slaves that return WorkspaceList.Lease
 WorkspaceList.Lease WorkspaceList.acquire(FilePath p)
          Acquires the given workspace.
 WorkspaceList.Lease WorkspaceList.acquire(FilePath p, boolean quick)
          See WorkspaceList.acquire(FilePath)
 WorkspaceList.Lease WorkspaceList.acquire(FilePath p, boolean quick, Object context)
          See WorkspaceList.acquire(FilePath,boolean)
 WorkspaceList.Lease WorkspaceList.allocate(FilePath base)
          Allocates a workspace by adding some variation to the given base to make it unique.
 WorkspaceList.Lease WorkspaceList.allocate(FilePath base, Object context)
          See WorkspaceList.allocate(FilePath)
static WorkspaceList.Lease WorkspaceList.Lease.createDummyLease(FilePath p)
          Creates a dummy WorkspaceList.Lease object that does no-op in the release.
static WorkspaceList.Lease WorkspaceList.Lease.createLinkedDummyLease(FilePath p, WorkspaceList.Lease parent)
          Creates a WorkspaceList.Lease object that points to the specified path, but the lock is controlled by the given parent lease object.
 WorkspaceList.Lease WorkspaceList.record(FilePath p)
          Just record that this workspace is being used, without paying any attention to the synchronization support.
 

Methods in hudson.slaves with parameters of type WorkspaceList.Lease
static WorkspaceList.Lease WorkspaceList.Lease.createLinkedDummyLease(FilePath p, WorkspaceList.Lease parent)
          Creates a WorkspaceList.Lease object that points to the specified path, but the lock is controlled by the given parent lease object.
 



Copyright © 2004-2013. All Rights Reserved.