From e79930fa6a3c80310000e810cf1b611cb5416651 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Sat, 10 Feb 2024 11:38:32 +0000
Subject: [PATCH] Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#275)
---
pom.xml | 2 +-
.../java/hudson/plugins/promoted_builds/PromotionProcess.java | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5b18d80f..9bdb08aa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.jenkins-ci.plugins
plugin
- 4.76
+ 4.77
diff --git a/src/main/java/hudson/plugins/promoted_builds/PromotionProcess.java b/src/main/java/hudson/plugins/promoted_builds/PromotionProcess.java
index 0f0e5262..5c4a2a2e 100644
--- a/src/main/java/hudson/plugins/promoted_builds/PromotionProcess.java
+++ b/src/main/java/hudson/plugins/promoted_builds/PromotionProcess.java
@@ -82,15 +82,18 @@ public final class PromotionProcess extends AbstractProject"star-gold".
*/
+ @SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Retain for API compatibillity")
public String icon;
/**
* The label that promotion process can be run on.
*/
+ @SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Retain for API compatibillity")
public String assignedLabel;
/**
* Tells if this promotion should be hidden.
*/
+ @SuppressFBWarnings(value = "PA_PUBLIC_PRIMITIVE_ATTRIBUTE", justification = "Retain for API compatibillity")
public String isVisible;
private List buildSteps = new ArrayList();