Skip to content

Commit d01fd81

Browse files
Add reset information retrieval and UI update for Quality Gate reset action
1 parent 389ccec commit d01fd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/main/java/io/jenkins/plugins/analysis/core/model/SummaryModel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ public String getResetTimestamp() {
247247
* @return JSON string containing reset information
248248
*/
249249
@JavaScriptMethod
250-
@SuppressWarnings("unused")
250+
@SuppressWarnings({"unused", "PMD.LooseCoupling"})
251251
public String getResetInfo() {
252252
JSONObject json = new JSONObject();
253253
json.put("reset", isQualityGateReset());

0 commit comments

Comments
 (0)