Class: DatadogAPIClient::V2::FlakyTestRunMetadata

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

Overview

Metadata about the latest failed test run of the flaky test.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



42
43
44
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 42

def additional_properties
  @additional_properties
end

#duration_msObject

The duration of the test run in milliseconds.



25
26
27
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 25

def duration_ms
  @duration_ms
end

#error_messageObject

The error message from the test failure.



28
29
30
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 28

def error_message
  @error_message
end

#error_stackObject

The stack trace from the test failure.



31
32
33
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 31

def error_stack
  @error_stack
end

#source_endObject

The line number where the test ends in the source file.



34
35
36
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 34

def source_end
  @source_end
end

#source_fileObject

The source file where the test is defined.



37
38
39
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 37

def source_file
  @source_file
end

#source_startObject

The line number where the test starts in the source file.



40
41
42
# File 'lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb', line 40

def source_start
  @source_start
end