Uses of Class
hudson.slaves.WorkspaceList.Lease
-
Packages that use WorkspaceList.Lease Package Description hudson.model Core object model that are bound to URLs via stapler, rooted atJenkins
.hudson.slaves Code related to agents. -
-
Uses of WorkspaceList.Lease in hudson.model
Methods in hudson.model that return WorkspaceList.Lease Modifier and Type Method Description protected WorkspaceList.Lease
AbstractBuild.AbstractBuildExecution. decideWorkspace(Node n, WorkspaceList wsl)
Allocates the workspace fromWorkspaceList
. -
Uses of WorkspaceList.Lease in hudson.slaves
Methods in hudson.slaves that return WorkspaceList.Lease Modifier and Type Method Description WorkspaceList.Lease
WorkspaceList. acquire(FilePath p)
Acquires the given workspace.WorkspaceList.Lease
WorkspaceList. acquire(FilePath p, boolean quick)
WorkspaceList.Lease
WorkspaceList. acquire(FilePath p, boolean quick, Object context)
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)
static WorkspaceList.Lease
WorkspaceList.Lease. createDummyLease(FilePath p)
Creates a dummyWorkspaceList.Lease
object that does no-op in the release.static WorkspaceList.Lease
WorkspaceList.Lease. createLinkedDummyLease(FilePath p, WorkspaceList.Lease parent)
Creates aWorkspaceList.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 Modifier and Type Method Description static WorkspaceList.Lease
WorkspaceList.Lease. createLinkedDummyLease(FilePath p, WorkspaceList.Lease parent)
Creates aWorkspaceList.Lease
object that points to the specified path, but the lock is controlled by the given parent lease object.
-