Class: DatadogAPIClient::V2::FlakyTestsSearchSort

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

Overview

Parameter for sorting flaky test results. The default sort is by ascending Fully Qualified Name (FQN). The FQN is the concatenation of the test module, suite, and name.

Constant Summary collapse

FQN_ASCENDING =
"fqn".freeze
FQN_DESCENDING =
"-fqn".freeze
FIRST_FLAKED_ASCENDING =
"first_flaked".freeze
FIRST_FLAKED_DESCENDING =
"-first_flaked".freeze
LAST_FLAKED_ASCENDING =
"last_flaked".freeze
LAST_FLAKED_DESCENDING =
"-last_flaked".freeze
FAILURE_RATE_ASCENDING =
"failure_rate".freeze
FAILURE_RATE_DESCENDING =
"-failure_rate".freeze
PIPELINES_FAILED_ASCENDING =
"pipelines_failed".freeze
PIPELINES_FAILED_DESCENDING =
"-pipelines_failed".freeze
PIPELINES_DURATION_LOST_ASCENDING =
"pipelines_duration_lost".freeze
PIPELINES_DURATION_LOST_DESCENDING =
"-pipelines_duration_lost".freeze

Method Summary

Methods included from BaseEnumModel

included