| 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> |
SyntheticsAPITestConfig.getAssertions()
Array of assertions used for the test.
|
List<SyntheticsAssertion> |
SyntheticsBrowserTestConfig.getAssertions()
Array of assertions used for the test.
|
List<SyntheticsAssertion> |
SyntheticsTestConfig.getAssertions()
Array of assertions used for the test.
|
List<SyntheticsAssertion> |
SyntheticsAPITestStep.getAssertions()
Array of assertions used for the test.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsAPITestConfig |
SyntheticsAPITestConfig.addAssertionsItem(SyntheticsAssertion assertionsItem) |
SyntheticsBrowserTestConfig |
SyntheticsBrowserTestConfig.addAssertionsItem(SyntheticsAssertion assertionsItem) |
SyntheticsTestConfig |
SyntheticsTestConfig.addAssertionsItem(SyntheticsAssertion assertionsItem) |
SyntheticsAPITestStep |
SyntheticsAPITestStep.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 |
|---|---|
SyntheticsAPITestConfig |
SyntheticsAPITestConfig.assertions(List<SyntheticsAssertion> assertions) |
SyntheticsBrowserTestConfig |
SyntheticsBrowserTestConfig.assertions(List<SyntheticsAssertion> assertions) |
SyntheticsTestConfig |
SyntheticsTestConfig.assertions(List<SyntheticsAssertion> assertions) |
SyntheticsAPITestStep |
SyntheticsAPITestStep.assertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsAPITestConfig.setAssertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsBrowserTestConfig.setAssertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsTestConfig.setAssertions(List<SyntheticsAssertion> assertions) |
void |
SyntheticsAPITestStep.setAssertions(List<SyntheticsAssertion> assertions) |
| Constructor and Description |
|---|
SyntheticsAPITestStep(List<SyntheticsAssertion> assertions,
String name,
SyntheticsTestRequest request,
SyntheticsAPITestStepSubtype subtype) |
SyntheticsAssertionSerializer(Class<SyntheticsAssertion> t) |
SyntheticsBrowserTestConfig(List<SyntheticsAssertion> assertions,
SyntheticsTestRequest request) |
Copyright © 2024. All rights reserved.