public class CollectorJobData extends JobData
| Constructor and Description |
|---|
CollectorJobData(String company,
String project,
String suiteName,
String testName,
List<Url> urls,
String proxy,
String preferredBrowserId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreferredBrowserId() |
String |
getProxy() |
List<Url> |
getUrls() |
getCompany, getProject, getSuiteName, getTestNamepublic CollectorJobData(String company, String project, String suiteName, String testName, List<Url> urls, String proxy, String preferredBrowserId)
company - - company name.project - - project name.suiteName - - suite name.testName - - test name.urls - - list of urls for collector job.proxy - - used proxy name or null if none proxy is usedpreferredBrowserId - - id of preferred browser or null if the default one should be usedCopyright © 2013–2019 Cognifide. All rights reserved.