hudson.plugins.build_publisher
Class ThreadState
java.lang.Object
hudson.plugins.build_publisher.ThreadState
- Direct Known Subclasses:
- ThreadState.Dead, ThreadState.ErrorRecoveryWait, ThreadState.Idle, ThreadState.Publishing
public abstract class ThreadState
- extends Object
The current state of PublisherThread.
The state is bundled into this immutable object so that
PublisherThread could update the state atomically
without locking.
Even the singleton states don't use anonymous class so
that Jelly views can be associated with each state.
- Author:
- Kohsuke Kawaguchi
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDLE
public static final ThreadState IDLE
Copyright © 2004-2012. All Rights Reserved.