public class DownloadProcessor extends Object
| Constructor and Description |
|---|
DownloadProcessor(ReportsDownloader reportsDownloader) |
| Modifier and Type | Method and Description |
|---|---|
void |
addDataServer(GetResponse note)
Register a data server
|
boolean |
download(TestFailedNotification note)
Download the reports for test failed notifications
|
boolean |
download(TestSuccessfulNotification note)
Download the reports for test successful notifications
|
public DownloadProcessor(ReportsDownloader reportsDownloader)
public boolean download(TestSuccessfulNotification note)
note - the success notificationpublic boolean download(TestFailedNotification note)
note - the failed notificationpublic void addDataServer(GetResponse note)
note - the get response note containing the data server addressThis documentation was released into the public domain.