| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestOptions |
SyntheticsTestOptions.acceptSelfSigned(Boolean acceptSelfSigned) |
SyntheticsTestOptions |
SyntheticsTestOptions.addDeviceIdsItem(SyntheticsDeviceID deviceIdsItem) |
SyntheticsTestOptions |
SyntheticsTestOptions.addRestrictedRolesItem(String restrictedRolesItem) |
SyntheticsTestOptions |
SyntheticsTestOptions.allowInsecure(Boolean allowInsecure) |
SyntheticsTestOptions |
SyntheticsTestOptions.checkCertificateRevocation(Boolean checkCertificateRevocation) |
SyntheticsTestOptions |
SyntheticsTestOptions.ci(SyntheticsTestCiOptions ci) |
SyntheticsTestOptions |
SyntheticsTestOptions.deviceIds(List<SyntheticsDeviceID> deviceIds) |
SyntheticsTestOptions |
SyntheticsTestOptions.disableCors(Boolean disableCors) |
SyntheticsTestOptions |
SyntheticsTestOptions.disableCsp(Boolean disableCsp) |
SyntheticsTestOptions |
SyntheticsTestOptions.enableProfiling(Boolean enableProfiling) |
SyntheticsTestOptions |
SyntheticsTestOptions.enableSecurityTesting(Boolean enableSecurityTesting) |
SyntheticsTestOptions |
SyntheticsTestOptions.followRedirects(Boolean followRedirects) |
SyntheticsTestOptions |
SyntheticsTestDetails.getOptions()
Object describing the extra options for a Synthetic test.
|
SyntheticsTestOptions |
SyntheticsAPITest.getOptions()
Object describing the extra options for a Synthetic test.
|
SyntheticsTestOptions |
SyntheticsBrowserTest.getOptions()
Object describing the extra options for a Synthetic test.
|
SyntheticsTestOptions |
SyntheticsTestOptions.httpVersion(SyntheticsTestOptionsHTTPVersion httpVersion) |
SyntheticsTestOptions |
SyntheticsTestOptions.ignoreServerCertificateError(Boolean ignoreServerCertificateError) |
SyntheticsTestOptions |
SyntheticsTestOptions.initialNavigationTimeout(Long initialNavigationTimeout) |
SyntheticsTestOptions |
SyntheticsTestOptions.minFailureDuration(Long minFailureDuration) |
SyntheticsTestOptions |
SyntheticsTestOptions.minLocationFailed(Long minLocationFailed) |
SyntheticsTestOptions |
SyntheticsTestOptions.monitorName(String monitorName) |
SyntheticsTestOptions |
SyntheticsTestOptions.monitorOptions(SyntheticsTestOptionsMonitorOptions monitorOptions) |
SyntheticsTestOptions |
SyntheticsTestOptions.monitorPriority(Integer monitorPriority) |
SyntheticsTestOptions |
SyntheticsTestOptions.noScreenshot(Boolean noScreenshot) |
SyntheticsTestOptions |
SyntheticsTestOptions.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsTestOptions |
SyntheticsTestOptions.restrictedRoles(List<String> restrictedRoles) |
SyntheticsTestOptions |
SyntheticsTestOptions.retry(SyntheticsTestOptionsRetry retry) |
SyntheticsTestOptions |
SyntheticsTestOptions.rumSettings(SyntheticsBrowserTestRumSettings rumSettings) |
SyntheticsTestOptions |
SyntheticsTestOptions.scheduling(SyntheticsTestOptionsScheduling scheduling) |
SyntheticsTestOptions |
SyntheticsTestOptions.tickEvery(Long tickEvery) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestDetails |
SyntheticsTestDetails.options(SyntheticsTestOptions options) |
SyntheticsAPITest |
SyntheticsAPITest.options(SyntheticsTestOptions options) |
SyntheticsBrowserTest |
SyntheticsBrowserTest.options(SyntheticsTestOptions options) |
void |
SyntheticsTestDetails.setOptions(SyntheticsTestOptions options) |
void |
SyntheticsAPITest.setOptions(SyntheticsTestOptions options) |
void |
SyntheticsBrowserTest.setOptions(SyntheticsTestOptions options) |
| Constructor and Description |
|---|
SyntheticsAPITest(SyntheticsAPITestConfig config,
List<String> locations,
String message,
String name,
SyntheticsTestOptions options,
SyntheticsAPITestType type) |
SyntheticsBrowserTest(SyntheticsBrowserTestConfig config,
List<String> locations,
String message,
String name,
SyntheticsTestOptions options,
SyntheticsBrowserTestType type) |
Copyright © 2024. All rights reserved.