1
0
mirror of https://github.com/firstBitMarksistskaya/jenkins-lib.git synced 2025-01-22 12:12:53 +02:00

Булево-объект для корректной десериализации

This commit is contained in:
Nikita Fedkin 2022-05-20 19:46:08 +03:00
parent 6cdd8d72e9
commit 67a15e178d
No known key found for this signature in database
GPG Key ID: E7AE91471C6FFE04

View File

@ -28,7 +28,7 @@ class SonarQubeOptions implements Serializable {
@JsonPropertyDescription("""Ожидать состояние Quality Gate от SonarQube после загрузки анализа. По умолчанию `false`.
Таймаут ожидания состояния равен таймауту шага.
""")
boolean waitForQualityGate
Boolean waitForQualityGate
@Override
@NonCPS