Class TestOptimizationFlakyTestsManagementPoliciesBranchRule

Branch filtering rule for a Flaky Tests Management policy.

Hierarchy

  • TestOptimizationFlakyTestsManagementPoliciesBranchRule

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
branches?: string[]

List of branches to which the policy applies.

enabled?: boolean

Whether this branch rule is enabled.

excludedBranches?: string[]

List of branches excluded from the policy.

excludedTestServices?: string[]

List of test services excluded from the policy.

Generated using TypeDoc