You've already forked jenkins-lib
mirror of
https://github.com/firstBitMarksistskaya/jenkins-lib.git
synced 2025-08-25 20:09:25 +02:00
Merge branch 'feature/edt-ripper' of https://github.com/ovcharenko-di/jenkins-lib into feature/edt-ripper
This commit is contained in:
@@ -346,7 +346,7 @@
|
||||
"properties" : {
|
||||
"transformer" : {
|
||||
"type" : "string",
|
||||
"description" : "Способ преобразования замечаний.\n Поддерживается stebi и edt-ripper\n По умолчанию содержит значение \"stebi\".\n ",
|
||||
"description" : "Способ преобразования замечаний.\n Поддерживается stebi и edt-ripper.\n По умолчанию содержит значение \"stebi\".\n ",
|
||||
"enum" : [ "stebi", "edt-ripper" ]
|
||||
},
|
||||
"removeSupport" : {
|
||||
@@ -359,7 +359,7 @@
|
||||
},
|
||||
"genericIssueFormat" : {
|
||||
"type" : "string",
|
||||
"description" : "Формат отчета generic issue. Только для stebi.\n Для SonarQube 10.3+ необходимо использовать Generic_Issue_10_3.\n По умолчанию Generic_Issue_10_3\n ",
|
||||
"description" : "Формат отчета generic issue. Только для stebi.\n Для SonarQube старее 10.3 необходимо использовать Generic_Issue.\n По умолчанию Generic_Issue_10_3\n ",
|
||||
"enum" : [ "Generic_Issue", "Generic_Issue_10_3" ]
|
||||
}
|
||||
}
|
||||
|
@@ -9,7 +9,7 @@ import ru.pulsar.jenkins.library.configuration.sonarqube.GenericIssueFormat
|
||||
class ResultsTransformOptions implements Serializable {
|
||||
|
||||
@JsonPropertyDescription("""Способ преобразования замечаний.
|
||||
Поддерживается stebi и edt-ripper
|
||||
Поддерживается stebi и edt-ripper.
|
||||
По умолчанию содержит значение "stebi".
|
||||
""")
|
||||
ResultsTransformerType transformer = ResultsTransformerType.STEBI
|
||||
@@ -25,7 +25,7 @@ class ResultsTransformOptions implements Serializable {
|
||||
Integer supportLevel
|
||||
|
||||
@JsonPropertyDescription("""Формат отчета generic issue. Только для stebi.
|
||||
Для SonarQube 10.3+ необходимо использовать Generic_Issue_10_3.
|
||||
Для SonarQube версии ниже 10.3 необходимо использовать Generic_Issue.
|
||||
По умолчанию Generic_Issue_10_3
|
||||
""")
|
||||
GenericIssueFormat genericIssueFormat = GenericIssueFormat.GENERIC_ISSUE_10_3
|
||||
|
Reference in New Issue
Block a user