Package | Description |
---|---|
hudson.model |
Core object model that are bound to URLs via stapler, rooted at Hudson.
|
hudson.slaves |
Code related to slaves.
|
Modifier and Type | Method and Description |
---|---|
protected WorkspaceList.Lease |
AbstractBuild.AbstractBuildExecution.decideWorkspace(Node n,
WorkspaceList wsl)
Allocates the workspace from
WorkspaceList . |
Modifier and Type | Method and 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 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.
|
Modifier and Type | Method and Description |
---|---|
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 © 2018. All rights reserved.