net.sourceforge.cruisecontrol.report
Class BuildLoopStatusReportTask
java.lang.Object
java.util.TimerTask
net.sourceforge.cruisecontrol.report.BuildLoopStatusReportTask
- All Implemented Interfaces:
- java.lang.Runnable
- public class BuildLoopStatusReportTask
- extends java.util.TimerTask
|
Method Summary |
java.lang.String |
getReponse()
|
java.lang.String |
getSent()
|
void |
run()
|
void |
run(org.apache.commons.httpclient.methods.PostMethod postMethod)
|
| Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BuildLoopStatusReportTask
public BuildLoopStatusReportTask(BuildLoopInformationBuilder builder,
java.lang.String url)
BuildLoopStatusReportTask
public BuildLoopStatusReportTask(BuildLoopInformationBuilder builder,
java.lang.String url,
org.apache.commons.httpclient.HttpClient http,
int timeout)
run
public void run()
getSent
public java.lang.String getSent()
getReponse
public java.lang.String getReponse()
run
public void run(org.apache.commons.httpclient.methods.PostMethod postMethod)