diff --git a/lib/jenkins.api/src/api/model/job-publisher.lisp b/lib/jenkins.api/src/api/model/job-publisher.lisp index 0bcf62b..383a864 100644 --- a/lib/jenkins.api/src/api/model/job-publisher.lisp +++ b/lib/jenkins.api/src/api/model/job-publisher.lisp @@ -277,70 +277,6 @@ :xpath "minimumSeverity/name/text()" :optional? nil :initform "HIGH") - (threshold-unstable-total-all :type non-negative-integer - :xpath "thresholds/unstableTotalAll/text()" - :optional? t - :initform 0) - (threshold-unstable-total-high :type non-negative-integer - :xpath "thresholds/unstableTotalHigh/text()" - :optional? t - :initform 0) - (threshold-unstable-total-normal :type non-negative-integer - :xpath "thresholds/unstableTotalNormal/text()" - :optional? t - :initform 0) - (threshold-unstable-total-low :type non-negative-integer - :xpath "thresholds/unstableTotalLow/text()" - :optional? t - :initform 0) - (threshold-unstable-new-all :type non-negative-integer - :xpath "thresholds/unstableNewAll/text()" - :optional? t - :initform 0) - (threshold-unstable-new-high :type non-negative-integer - :xpath "thresholds/unstableNewHigh/text()" - :optional? t - :initform 0) - (threshold-unstable-new-normal :type non-negative-integer - :xpath "thresholds/unstableNewNormal/text()" - :optional? t - :initform 0) - (threshold-unstable-new-low :type non-negative-integer - :xpath "thresholds/unstableNewLow/text()" - :optional? t - :initform 0) - (threshold-failed-total-all :type non-negative-integer - :xpath "thresholds/failedTotalAll/text()" - :optional? t - :initform 0) - (threshold-failed-total-high :type non-negative-integer - :xpath "thresholds/failedTotalHigh/text()" - :optional? t - :initform 0) - (threshold-failed-total-normal :type non-negative-integer - :xpath "thresholds/failedTotalNormal/text()" - :optional? t - :initform 0) - (threshold-failed-total-low :type non-negative-integer - :xpath "thresholds/failedTotalLow/text()" - :optional? t - :initform 0) - (threshold-failed-new-all :type non-negative-integer - :xpath "thresholds/failedNewAll/text()" - :optional? t - :initform 0) - (threshold-failed-new-high :type non-negative-integer - :xpath "thresholds/failedNewHigh/text()" - :optional? t - :initform 0) - (threshold-failed-new-normal :type non-negative-integer - :xpath "thresholds/failedNewNormal/text()" - :optional? t - :initform 0) - (threshold-failed-new-low :type non-negative-integer - :xpath "thresholds/failedNewLow/text()" - :optional? t - :initform 0) ;; Blame (blame-disabled? :type boolean :xpath "isBlameDisabled/text()"