Package hudson.slaves

Class WorkspaceList.Entry

  • Enclosing class:
    WorkspaceList

    public static final class WorkspaceList.Entry
    extends Object
    Book keeping for workspace allocation.
    • Field Detail

      • holder

        public final Thread holder
        Who acquired this workspace?
      • time

        public final long time
        When?
      • source

        public final Exception source
        From where?
      • path

        @NonNull
        public final FilePath path
      • context

        public final Object context
        Multiple threads can acquire the same lock if they share the same context object.
      • lockCount

        public int lockCount