QualitySettingsRequest class reference
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| job_filter | str | A JSON-based logic expression used to filter jobs for quality validation. The filter supports various terms to specify conditions on job: [‘assignee’, ‘id’, ‘stage’, ‘state’, ’task_id’, ’task_name’, ’type’] | [optional] |
| inherit | bool | Allow using project settings when computing task quality. Only applicable to task quality settings inside projects | [optional] |
| max_validations_per_job | int | The maximum number of job validation attempts for the job assignee. The job can be automatically accepted if the job quality is above the required threshold, defined by the target threshold parameter. | [optional] |
| requirements | [QualityRequirementListItemRequest] | [optional] |