All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
SyntheticsCITest |
addDeviceIdsItem(SyntheticsDeviceID deviceIdsItem) |
SyntheticsCITest |
addLocationsItem(String locationsItem) |
SyntheticsCITest |
allowInsecureCertificates(Boolean allowInsecureCertificates) |
SyntheticsCITest |
basicAuth(SyntheticsBasicAuth basicAuth) |
SyntheticsCITest |
body(String body) |
SyntheticsCITest |
bodyType(String bodyType) |
SyntheticsCITest |
cookies(String cookies) |
SyntheticsCITest |
deviceIds(List<SyntheticsDeviceID> deviceIds) |
boolean |
equals(Object o)
Return true if this SyntheticsCITest object is equal to o.
|
SyntheticsCITest |
followRedirects(Boolean followRedirects) |
Boolean |
getAllowInsecureCertificates()
Disable certificate checks in API tests.
|
SyntheticsBasicAuth |
getBasicAuth()
Object to handle basic authentication when performing the test.
|
String |
getBody()
Body to include in the test.
|
String |
getBodyType()
Type of the data sent in a synthetics API test.
|
String |
getCookies()
Cookies for the request.
|
List<SyntheticsDeviceID> |
getDeviceIds()
For browser test, array with the different device IDs used to run the test.
|
Boolean |
getFollowRedirects()
For API HTTP test, whether or not the test should follow redirects.
|
Map<String,String> |
getHeaders()
Headers to include when performing the test.
|
List<String> |
getLocations()
Array of locations used to run the test.
|
SyntheticsCIBatchMetadata |
getMetadata()
Metadata for the Synthetics tests run.
|
String |
getPublicId()
The public ID of the Synthetics test to trigger.
|
SyntheticsTestOptionsRetry |
getRetry()
Object describing the retry strategy to apply to a Synthetic test.
|
String |
getStartUrl()
Starting URL for the browser test.
|
Map<String,String> |
getVariables()
Variables to replace in the test.
|
int |
hashCode() |
SyntheticsCITest |
headers(Map<String,String> headers) |
SyntheticsCITest |
locations(List<String> locations) |
SyntheticsCITest |
metadata(SyntheticsCIBatchMetadata metadata) |
SyntheticsCITest |
publicId(String publicId) |
SyntheticsCITest |
putHeadersItem(String key,
String headersItem) |
SyntheticsCITest |
putVariablesItem(String key,
String variablesItem) |
SyntheticsCITest |
retry(SyntheticsTestOptionsRetry retry) |
void |
setAllowInsecureCertificates(Boolean allowInsecureCertificates) |
void |
setBasicAuth(SyntheticsBasicAuth basicAuth) |
void |
setBody(String body) |
void |
setBodyType(String bodyType) |
void |
setCookies(String cookies) |
void |
setDeviceIds(List<SyntheticsDeviceID> deviceIds) |
void |
setFollowRedirects(Boolean followRedirects) |
void |
setHeaders(Map<String,String> headers) |
void |
setLocations(List<String> locations) |
void |
setMetadata(SyntheticsCIBatchMetadata metadata) |
void |
setPublicId(String publicId) |
void |
setRetry(SyntheticsTestOptionsRetry retry) |
void |
setStartUrl(String startUrl) |
void |
setVariables(Map<String,String> variables) |
SyntheticsCITest |
startUrl(String startUrl) |
String |
toString() |
SyntheticsCITest |
variables(Map<String,String> variables) |