public abstract class TAReportRetriever extends Object
Modifier and Type | Field and Description |
---|---|
protected com.dynatrace.sdk.server.testautomation.TestAutomation |
connection |
protected int |
currentTry |
protected PrintStream |
logger |
protected int |
retryCount |
protected String |
systemProfile |
Modifier | Constructor and Description |
---|---|
protected |
TAReportRetriever(String systemProfile,
PrintStream logger,
boolean printXmlReportForDebug) |
Modifier and Type | Method and Description |
---|---|
abstract TAReportDetails |
fetchReport() |
protected void |
waitForDelay() |
protected final String systemProfile
protected final PrintStream logger
protected final int retryCount
protected final com.dynatrace.sdk.server.testautomation.TestAutomation connection
protected int currentTry
protected TAReportRetriever(String systemProfile, PrintStream logger, boolean printXmlReportForDebug)
public abstract TAReportDetails fetchReport() throws InterruptedException, com.dynatrace.sdk.server.exceptions.ServerConnectionException, com.dynatrace.sdk.server.exceptions.ServerResponseException
InterruptedException
com.dynatrace.sdk.server.exceptions.ServerConnectionException
com.dynatrace.sdk.server.exceptions.ServerResponseException
protected void waitForDelay() throws InterruptedException
InterruptedException
Copyright © 2016–2020. All rights reserved.