Package hudson.slaves
Class WorkspaceList.Entry
java.lang.Object
hudson.slaves.WorkspaceList.Entry
- Enclosing class:
WorkspaceList
Book keeping for workspace allocation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ObjectMultiple threads can acquire the same lock if they share the same context object.final ThreadWho acquired this workspace?intfinal FilePathfinal booleanTrue makes the caller ofWorkspaceList.allocate(FilePath)wait for this workspace.final ExceptionFrom where?final longWhen? -
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