Skip to content

Commit

Permalink
Bump org.jenkins-ci.plugins:plugin from 4.76 to 4.77 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 10, 2024
1 parent 597f5c6 commit e79930f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>4.76</version>
<version>4.77</version>
<relativePath />
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,15 +82,18 @@ public final class PromotionProcess extends AbstractProject<PromotionProcess,Pro
* the SVG icon that can be found in ${rootURL}/plugin/promoted-builds/icons/,
* e.g. <code>"star-gold"</code>.
*/
@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<BuildStep> buildSteps = new ArrayList<BuildStep>();
Expand Down

0 comments on commit e79930f

Please sign in to comment.