|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.build_publisher.ThreadState
public abstract class ThreadState
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.
| Nested Class Summary | |
|---|---|
static class |
ThreadState.Dead
PublisherThread is dead. |
static class |
ThreadState.ErrorRecoveryWait
PublisherThread encountered an error and is waiting before
it attempts the tranmission again. |
static class |
ThreadState.Idle
PublisherThread is doing nothing and looking for something to work on. |
static class |
ThreadState.Publishing
PublisherThread is publishing a build. |
| Field Summary | |
|---|---|
static ThreadState |
IDLE
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ThreadState IDLE
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||