Skip to content

Commit

Permalink
Add since for dialogs (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jan 2, 2025
1 parent 9bfb090 commit b451c35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/io/jenkins/plugins/designlibrary/Dialogs.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ public String getDescription() {
return "Displays overlay windows for additional information or user input without navigating away.";
}

@Override
public String getSince() {
return "2.426.1";
}

@Extension
public static final class DescriptorImpl extends UISampleDescriptor {
public ListBoxModel doFillFlavorItems() {
Expand Down

0 comments on commit b451c35

Please sign in to comment.