Class: DatadogAPIClient::V1::UsageCIVisibilityHour
- Inherits:
-
Object
- Object
- DatadogAPIClient::V1::UsageCIVisibilityHour
- Includes:
- BaseGenericModel
- Defined in:
- lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb
Overview
CI visibility usage in a given hour.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
-
#ci_pipeline_indexed_spans ⇒ Object
The number of spans for pipelines in the queried hour.
-
#ci_test_indexed_spans ⇒ Object
The number of spans for tests in the queried hour.
-
#ci_visibility_itr_committers ⇒ Object
Shows the total count of all active Git committers for Intelligent Test Runner in the current month.
-
#ci_visibility_pipeline_committers ⇒ Object
Shows the total count of all active Git committers for Pipelines in the current month.
-
#ci_visibility_test_committers ⇒ Object
The total count of all active Git committers for tests in the current month.
-
#org_name ⇒ Object
The organization name.
-
#public_id ⇒ Object
The organization public ID.
Method Summary
Methods included from BaseGenericModel
Instance Attribute Details
#additional_properties ⇒ Object
Returns the value of attribute additional_properties.
45 46 47 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 45 def additional_properties @additional_properties end |
#ci_pipeline_indexed_spans ⇒ Object
The number of spans for pipelines in the queried hour.
25 26 27 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 25 def ci_pipeline_indexed_spans @ci_pipeline_indexed_spans end |
#ci_test_indexed_spans ⇒ Object
The number of spans for tests in the queried hour.
28 29 30 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 28 def ci_test_indexed_spans @ci_test_indexed_spans end |
#ci_visibility_itr_committers ⇒ Object
Shows the total count of all active Git committers for Intelligent Test Runner in the current month. A committer is active if they commit at least 3 times in a given month.
31 32 33 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 31 def ci_visibility_itr_committers @ci_visibility_itr_committers end |
#ci_visibility_pipeline_committers ⇒ Object
Shows the total count of all active Git committers for Pipelines in the current month. A committer is active if they commit at least 3 times in a given month.
34 35 36 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 34 def ci_visibility_pipeline_committers @ci_visibility_pipeline_committers end |
#ci_visibility_test_committers ⇒ Object
The total count of all active Git committers for tests in the current month. A committer is active if they commit at least 3 times in a given month.
37 38 39 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 37 def ci_visibility_test_committers @ci_visibility_test_committers end |
#org_name ⇒ Object
The organization name.
40 41 42 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 40 def org_name @org_name end |
#public_id ⇒ Object
The organization public ID.
43 44 45 |
# File 'lib/datadog_api_client/v1/models/usage_ci_visibility_hour.rb', line 43 def public_id @public_id end |