Class: Datadog::CI::ImpactedTestsDetection::NullComponent
- Inherits:
-
Object
- Object
- Datadog::CI::ImpactedTestsDetection::NullComponent
- Defined in:
- lib/datadog/ci/impacted_tests_detection/null_component.rb
Overview
Null object used when impacted tests detection is unavailable
Instance Method Summary collapse
- #configure(_library_settings = nil, _test_session = nil) ⇒ Object
- #enabled? ⇒ Boolean
- #modified?(_test_span) ⇒ Boolean
- #tag_modified_test(_test_span) ⇒ Object
Instance Method Details
#configure(_library_settings = nil, _test_session = nil) ⇒ Object
8 9 |
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 8 def configure(_library_settings = nil, _test_session = nil) end |
#enabled? ⇒ Boolean
11 12 13 |
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 11 def enabled? false end |
#modified?(_test_span) ⇒ Boolean
15 16 17 |
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 15 def modified?(_test_span) false end |
#tag_modified_test(_test_span) ⇒ Object
19 20 |
# File 'lib/datadog/ci/impacted_tests_detection/null_component.rb', line 19 def tag_modified_test(_test_span) end |