mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2024-12-12 11:25:04 +02:00
removeSupport по умолчанию включен
This commit is contained in:
parent
f778452da8
commit
bdc72ccdd4
@ -47,7 +47,7 @@
|
||||
"vrunnerSettings": "./tools/vrunner.json"
|
||||
},
|
||||
"resultsTransform": {
|
||||
"removeSupport": false,
|
||||
"removeSupport": true,
|
||||
"supportLevel": 0
|
||||
},
|
||||
"git": {
|
||||
|
@ -144,7 +144,7 @@
|
||||
"properties" : {
|
||||
"removeSupport" : {
|
||||
"type" : "boolean",
|
||||
"description" : "Фильтровать замечания по уровню поддержки модуля"
|
||||
"description" : "Фильтровать замечания по уровню поддержки модуля. По умолчанию включено."
|
||||
},
|
||||
"supportLevel" : {
|
||||
"type" : "integer",
|
||||
|
@ -7,8 +7,8 @@ import com.fasterxml.jackson.annotation.JsonPropertyDescription
|
||||
@JsonIgnoreProperties(ignoreUnknown = true)
|
||||
class ResultsTransformOptions implements Serializable {
|
||||
|
||||
@JsonPropertyDescription("Фильтровать замечания по уровню поддержки модуля")
|
||||
boolean removeSupport
|
||||
@JsonPropertyDescription("Фильтровать замечания по уровню поддержки модуля. По умолчанию включено.")
|
||||
boolean removeSupport = true
|
||||
|
||||
@JsonPropertyDescription("""Настройка фильтрации замечаний по уровню поддержки.
|
||||
0 - удалить файлы на замке;
|
||||
|
Loading…
Reference in New Issue
Block a user