Uses of Class
hudson.slaves.WorkspaceList.Lease
Package
Description
Core object model that are bound to URLs via stapler, rooted at
Jenkins
.Code related to agents.
-
Uses of WorkspaceList.Lease in hudson.model
Modifier and TypeMethodDescriptionprotected WorkspaceList.Lease
AbstractBuild.AbstractBuildExecution.decideWorkspace
(Node n, WorkspaceList wsl) Allocates the workspace fromWorkspaceList
. -
Uses of WorkspaceList.Lease in hudson.slaves
Modifier and TypeMethodDescriptionAcquires the given workspace.Allocates a workspace by adding some variation to the given base to make it unique.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.Just record that this workspace is being used, without paying any attention to the synchronization support.Modifier and TypeMethodDescriptionstatic 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.