| Constructor and Description |
|---|
ResponseTimeMatchFinderTask(BlockingInstanceContainer<MatchWindowDataWithScreenshot> matchDataContainer,
long matchInterval,
ServerConnector serverConnector,
RunningSession runningSession) |
| Modifier and Type | Method and Description |
|---|---|
MatchWindowDataWithScreenshot |
getLastNonMatch() |
EyesScreenshot |
getLastScreenshot() |
MatchWindowDataWithScreenshot |
getTheMatch() |
void |
run() |
public ResponseTimeMatchFinderTask(BlockingInstanceContainer<MatchWindowDataWithScreenshot> matchDataContainer, long matchInterval, ServerConnector serverConnector, RunningSession runningSession)
matchDataContainer - The container to use for passing
the match data to this instance.matchInterval - The time to wait between match attempts.
(Milliseconds)serverConnector - The server connector instance.runningSession - The current running session in which we should
perform the match.public MatchWindowDataWithScreenshot getTheMatch()
null if no match was found.public MatchWindowDataWithScreenshot getLastNonMatch()
null if there was no failed match.public EyesScreenshot getLastScreenshot()
Copyright © 2017. All rights reserved.