| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAssertion |
SyntheticsAssertion.SyntheticsAssertionDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
SyntheticsAssertion |
SyntheticsAssertion.SyntheticsAssertionDeserializer.getNullValue(com.fasterxml.jackson.databind.DeserializationContext ctxt)
Handle deserialization of the 'null' value.
|
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsAssertion> |
SyntheticsTestConfig.getAssertions()
Array of assertions used for the test.
|
List<SyntheticsAssertion> |
SyntheticsAPITestConfig.getAssertions()
Array of assertions used for the test.
|
List<SyntheticsAssertion> |
SyntheticsBrowserTestConfig.getAssertions()
Array of assertions used for the test.
|
List<SyntheticsAssertion> |
SyntheticsAPIStep.getAssertions()
Array of assertions used for the test.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestConfig |
SyntheticsTestConfig.addAssertionsItem(SyntheticsAssertion assertionsItem) |
SyntheticsAPITestConfig |
SyntheticsAPITestConfig.addAssertionsItem(SyntheticsAssertion assertionsItem) |
SyntheticsBrowserTestConfig |
SyntheticsBrowserTestConfig.addAssertionsItem(SyntheticsAssertion assertionsItem) |
SyntheticsAPIStep |
SyntheticsAPIStep.addAssertionsItem(SyntheticsAssertion assertionsItem) |
void |
SyntheticsAssertion.SyntheticsAssertionSerializer.serialize(SyntheticsAssertion value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsTestConfig |
SyntheticsTestConfig.assertions(List<SyntheticsAssertion> assertions) |
SyntheticsAPITestConfig |
SyntheticsAPITestConfig.assertions(List<SyntheticsAssertion> assertions) |
SyntheticsBrowserTestConfig |
SyntheticsBrowserTestConfig.assertions(List<SyntheticsAssertion> assertions) |
SyntheticsAPIStep |
SyntheticsAPIStep.assertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsTestConfig.setAssertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsAPITestConfig.setAssertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsBrowserTestConfig.setAssertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsAPIStep.setAssertions(List<SyntheticsAssertion> assertions) |
| Constructor and Description |
|---|
SyntheticsAPIStep(List<SyntheticsAssertion> assertions,
String name,
SyntheticsTestRequest request,
SyntheticsAPIStepSubtype subtype) |
SyntheticsAssertionSerializer(Class<SyntheticsAssertion> t) |
SyntheticsBrowserTestConfig(List<SyntheticsAssertion> assertions,
SyntheticsTestRequest request) |
Copyright © 2024. All rights reserved.