public static class RunInCloudBuilder.WaitForResultsBlock extends Object
| Constructor and Description |
|---|
WaitForResultsBlock(String testRunStateCheckMethod,
String hookURL,
String waitForResultsTimeout,
String resultsPath,
boolean downloadScreenshots,
boolean forceFinishAfterBreak) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHookURL() |
String |
getResultsPath() |
TestRunStateCheckMethod |
getTestRunStateCheckMethod() |
Integer |
getWaitForResultsTimeout() |
boolean |
isDownloadScreenshots() |
boolean |
isForceFinishAfterBreak() |
void |
setDownloadScreenshots(boolean downloadScreenshots) |
void |
setForceFinishAfterBreak(boolean forceFinishAfterBreak) |
void |
setHookURL(String hookURL) |
void |
setResultsPath(String resultsPath) |
void |
setTestRunStateCheckMethod(TestRunStateCheckMethod testRunStateCheckMethod) |
void |
setWaitForResultsTimeout(Integer waitForResultsTimeout) |
public String getHookURL()
public void setHookURL(String hookURL)
public Integer getWaitForResultsTimeout()
public void setWaitForResultsTimeout(Integer waitForResultsTimeout)
public String getResultsPath()
public void setResultsPath(String resultsPath)
public boolean isDownloadScreenshots()
public void setDownloadScreenshots(boolean downloadScreenshots)
public TestRunStateCheckMethod getTestRunStateCheckMethod()
public void setTestRunStateCheckMethod(TestRunStateCheckMethod testRunStateCheckMethod)
public boolean isForceFinishAfterBreak()
public void setForceFinishAfterBreak(boolean forceFinishAfterBreak)
Copyright © 2004–2017. All rights reserved.