|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecthudson.plugins.build_publisher.ThreadState
hudson.plugins.build_publisher.ThreadState.ErrorRecoveryWait
public static class ThreadState.ErrorRecoveryWait
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 |
|---|
public final long timeout
System.currentTimeMillis() gets bigger than this value
the time out will be over.
public final java.lang.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.
| Method Detail |
|---|
public java.lang.String getTimeoutString()
public java.lang.String getStackTrace()
public void doOutput(org.kohsuke.stapler.StaplerRequest req,
org.kohsuke.stapler.StaplerResponse rsp)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||