public static class ThreadState.ErrorRecoveryWait extends ThreadState
PublisherThread encountered an error and is waiting before
it attempts the tranmission again.ThreadState.Dead, ThreadState.ErrorRecoveryWait, ThreadState.Idle, ThreadState.Publishing| Modifier and Type | Field and Description |
|---|---|
hudson.model.AbstractBuild |
build
Failed while sending this record.
|
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. |
IDLE| Modifier and Type | Method and Description |
|---|---|
void |
doOutput(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
Dumps the server output.
|
String |
getStackTrace() |
String |
getTimeoutString() |
public final long timeout
System.currentTimeMillis() gets bigger than this value
the time out will be over.public final Throwable cause
public final hudson.model.AbstractBuild build
public final org.apache.commons.httpclient.HttpMethod method
HttpMethod, if the failure was due to an error on the server. Possibly null.public String getTimeoutString()
public String getStackTrace()
public void doOutput(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws IOException
IOExceptionCopyright © 2016–2017. All rights reserved.