Skip to content

Commit

Permalink
Add the version of Jenkins the Menu component was first available (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik authored Jan 7, 2025
1 parent cfcd1ac commit 3d38a04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/io/jenkins/plugins/designlibrary/Menu.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ public String getDescription() {
return "Menus allow you to group similar controls under one roof. They're an effective way to de-clutter your page whilst offering users the actions they need.";
}

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

@Extension
public static final class DescriptorImpl extends UISampleDescriptor {}
}

0 comments on commit 3d38a04

Please sign in to comment.