| Package | Description |
|---|---|
| com.cognifide.aet.communication.api.job | |
| com.cognifide.aet.communication.api.metadata | |
| com.cognifide.aet.communication.api.wrappers |
| Modifier and Type | Method and Description |
|---|---|
Url |
CollectorResultData.getUrl() |
| Modifier and Type | Method and Description |
|---|---|
List<Url> |
CollectorJobData.getUrls() |
| Modifier and Type | Method and Description |
|---|---|
static CollectorResultData |
CollectorResultData.createErrorResult(Url urlAfterCollect,
ProcessingError processingError,
String requestJMSMessageID,
String testName) |
static CollectorResultData |
CollectorResultData.createSuccessResult(Url urlAfterCollect,
String requestJMSMessageID,
String testName) |
| 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 |
|---|---|
Optional<Url> |
Test.getUrl(String urlName) |
Set<Url> |
Test.getUrls() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Test.addUrl(Url url)
Adds url to urls set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Test.setUrls(Set<Url> urls) |
| Modifier and Type | Method and Description |
|---|---|
Url |
UrlRunWrapper.getObjectToRun() |
| Modifier and Type | Method and Description |
|---|---|
void |
UrlRunWrapper.setObjectToRun(Url test) |
| Constructor and Description |
|---|
UrlRunWrapper(Url url,
Test test) |
Copyright © 2013–2019 Cognifide. All rights reserved.