hudson.plugins.build_publisher
Class ThreadState.ErrorRecoveryWait

java.lang.Object
  extended by hudson.plugins.build_publisher.ThreadState
      extended by hudson.plugins.build_publisher.ThreadState.ErrorRecoveryWait
Enclosing class:
ThreadState

public static class ThreadState.ErrorRecoveryWait
extends ThreadState

PublisherThread encountered an error and is waiting before it attempts the tranmission again.


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.plugins.build_publisher.ThreadState
ThreadState.Dead, ThreadState.ErrorRecoveryWait, ThreadState.Idle, ThreadState.Publishing
 
Field Summary
 hudson.model.AbstractBuild build
          Failed while sending this record.
 java.lang.Throwable cause
          Cause of the problem.
 org.apache.commons.httpclient.HttpMethod method
          Failed HttpMethod, if the failure was due to an error on the server.
 long timeout
          If System.currentTimeMillis() gets bigger than this value the time out will be over.
 
Fields inherited from class hudson.plugins.build_publisher.ThreadState
IDLE
 
Method Summary
 void doOutput(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp)
          Dumps the server output.
 java.lang.String getStackTrace()
           
 java.lang.String getTimeoutString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timeout

public final long timeout
If System.currentTimeMillis() gets bigger than this value the time out will be over.


cause

public final java.lang.Throwable cause
Cause of the problem.


build

public final hudson.model.AbstractBuild build
Failed while sending this record.


method

public final org.apache.commons.httpclient.HttpMethod method
Failed HttpMethod, if the failure was due to an error on the server. Possibly null.

Method Detail

getTimeoutString

public java.lang.String getTimeoutString()

getStackTrace

public java.lang.String getStackTrace()

doOutput

public void doOutput(org.kohsuke.stapler.StaplerRequest req,
                     org.kohsuke.stapler.StaplerResponse rsp)
              throws java.io.IOException
Dumps the server output.

Throws:
java.io.IOException


Copyright © 2004-2011. All Rights Reserved.