Package hudson.slaves
Class WorkspaceList.Entry
java.lang.Object
hudson.slaves.WorkspaceList.Entry
- Enclosing class:
- WorkspaceList
Book keeping for workspace allocation.
-
Field Summary
Modifier and TypeFieldDescriptionfinal Object
Multiple threads can acquire the same lock if they share the same context object.final Thread
Who acquired this workspace?int
final FilePath
final boolean
True makes the caller ofWorkspaceList.allocate(FilePath)
wait for this workspace.final Exception
From where?final long
When? -
Method Summary
-
Field Details
-
holder
Who acquired this workspace? -
time
public final long timeWhen? -
source
From where? -
quick
public final boolean quickTrue makes the caller ofWorkspaceList.allocate(FilePath)
wait for this workspace. -
path
-
context
Multiple threads can acquire the same lock if they share the same context object. -
lockCount
public int lockCount
-
-
Method Details