Uses of Class
hudson.plugins.build_publisher.ThreadState

Uses of ThreadState in hudson.plugins.build_publisher
 

Subclasses of ThreadState in hudson.plugins.build_publisher
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.
 

Fields in hudson.plugins.build_publisher declared as ThreadState
static ThreadState ThreadState.IDLE
           
 

Methods in hudson.plugins.build_publisher that return ThreadState
 ThreadState PublisherThread.getCurrentState()
          Gets an immutable object representing what this thread is currently doing.
 



Copyright © 2004-2011. All Rights Reserved.