Class: DatadogAPIClient::V2::FlakyTestsSearchFilter
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::FlakyTestsSearchFilter
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb
Overview
Search filter settings.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#query ⇒ Object
Search query following log syntax used to filter flaky tests, same as on Flaky Tests Management UI.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb', line 37 def additional_properties @additional_properties end |
#query ⇒ Object
Search query following log syntax used to filter flaky tests, same as on Flaky Tests Management UI. The supported search keys are:
flaky_test_state
flaky_test_category
@test.name
@test.suite
@test.module
@test.service
@git.repository.id_v2
@git.branch
@test.codeowners
env
35 36 37 |
# File 'lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb', line 35 def query @query end |