| Package | Description |
|---|---|
| com.datadog.api.client.v1.model |
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBrowserVariable |
SyntheticsBrowserVariable.example(String example) |
SyntheticsBrowserVariable |
SyntheticsBrowserVariable.id(String id) |
SyntheticsBrowserVariable |
SyntheticsBrowserVariable.name(String name) |
SyntheticsBrowserVariable |
SyntheticsBrowserVariable.pattern(String pattern) |
SyntheticsBrowserVariable |
SyntheticsBrowserVariable.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
SyntheticsBrowserVariable |
SyntheticsBrowserVariable.secure(Boolean secure) |
SyntheticsBrowserVariable |
SyntheticsBrowserVariable.type(SyntheticsBrowserVariableType type) |
| Modifier and Type | Method and Description |
|---|---|
List<SyntheticsBrowserVariable> |
SyntheticsBrowserTestConfig.getVariables()
Array of variables used for the test steps.
|
List<SyntheticsBrowserVariable> |
SyntheticsTestConfig.getVariables()
Browser tests only - array of variables used for the test steps.
|
| Modifier and Type | Method and Description |
|---|---|
SyntheticsBrowserTestConfig |
SyntheticsBrowserTestConfig.addVariablesItem(SyntheticsBrowserVariable variablesItem) |
SyntheticsTestConfig |
SyntheticsTestConfig.addVariablesItem(SyntheticsBrowserVariable variablesItem) |
| Modifier and Type | Method and Description |
|---|---|
void |
SyntheticsBrowserTestConfig.setVariables(List<SyntheticsBrowserVariable> variables) |
void |
SyntheticsTestConfig.setVariables(List<SyntheticsBrowserVariable> variables) |
SyntheticsBrowserTestConfig |
SyntheticsBrowserTestConfig.variables(List<SyntheticsBrowserVariable> variables) |
SyntheticsTestConfig |
SyntheticsTestConfig.variables(List<SyntheticsBrowserVariable> variables) |
Copyright © 2024. All rights reserved.