Class: DatadogAPIClient::V1::SyntheticsAPISubtestStep

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb

Overview

The subtest step used in a Synthetics multi-step API test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#_retryObject

Object describing the retry strategy to apply to a Synthetic test.



47
48
49
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 47

def _retry
  @_retry
end

#additional_propertiesObject

Returns the value of attribute additional_properties.



55
56
57
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 55

def additional_properties
  @additional_properties
end

#allow_failureObject

Determines whether or not to continue with test if this step fails.



25
26
27
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 25

def allow_failure
  @allow_failure
end

#always_executeObject

A boolean set to always execute this step even if the previous step failed or was skipped.



28
29
30
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 28

def always_execute
  @always_execute
end

#exit_if_succeedObject

Determines whether or not to exit the test if the step succeeds.



31
32
33
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 31

def exit_if_succeed
  @exit_if_succeed
end

#extracted_values_from_scriptObject

Generate variables using JavaScript.



34
35
36
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 34

def extracted_values_from_script
  @extracted_values_from_script
end

#idObject

ID of the step.



37
38
39
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 37

def id
  @id
end

#is_criticalObject

Determines whether or not to consider the entire test as failed if this step fails. Can be used only if allowFailure is true.



41
42
43
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 41

def is_critical
  @is_critical
end

#nameObject

The name of the step.



44
45
46
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 44

def name
  @name
end

#subtest_public_idObject

Public ID of the test to be played as part of a playSubTest step type.



50
51
52
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 50

def subtest_public_id
  @subtest_public_id
end

#subtypeObject

The subtype of the Synthetic multi-step API subtest step.



53
54
55
# File 'lib/datadog_api_client/v1/models/synthetics_api_subtest_step.rb', line 53

def subtype
  @subtype
end