| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Field and Description |
|---|---|
static ThreadState |
ThreadState.IDLE |
| Modifier and Type | Method and Description |
|---|---|
ThreadState |
PublisherThread.getCurrentState()
Gets an immutable object representing what this thread is currently doing.
|
Copyright © 2004-2014. All Rights Reserved.