Uses of Class
hudson.slaves.WorkspaceList.Lease
Packages that use 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
Methods in hudson.model that return WorkspaceList.LeaseModifier and TypeMethodDescriptionprotected WorkspaceList.LeaseAbstractBuild.AbstractBuildExecution.decideWorkspace(Node n, WorkspaceList wsl) Allocates the workspace fromWorkspaceList. -
Uses of WorkspaceList.Lease in hudson.slaves
Methods in hudson.slaves that return WorkspaceList.LeaseModifier and TypeMethodDescriptionAcquires the given workspace.Allocates a workspace by adding some variation to the given base to make it unique.static WorkspaceList.LeaseWorkspaceList.Lease.createDummyLease(FilePath p) Creates a dummyWorkspaceList.Leaseobject that does no-op in the release.static WorkspaceList.LeaseWorkspaceList.Lease.createLinkedDummyLease(FilePath p, WorkspaceList.Lease parent) Creates aWorkspaceList.Leaseobject 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.Methods in hudson.slaves with parameters of type WorkspaceList.LeaseModifier and TypeMethodDescriptionstatic WorkspaceList.LeaseWorkspaceList.Lease.createLinkedDummyLease(FilePath p, WorkspaceList.Lease parent) Creates aWorkspaceList.Leaseobject that points to the specified path, but the lock is controlled by the given parent lease object.