Skip to content

Commit 3d38a04

Browse files
authored
Add the version of Jenkins the Menu component was first available (jenkinsci#388)
1 parent cfcd1ac commit 3d38a04

File tree

1 file changed

+5
-0
lines changed
  • src/main/java/io/jenkins/plugins/designlibrary

1 file changed

+5
-0
lines changed

src/main/java/io/jenkins/plugins/designlibrary/Menu.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ public String getDescription() {
1515
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.";
1616
}
1717

18+
@Override
19+
public String getSince() {
20+
return "2.452.1";
21+
}
22+
1823
@Extension
1924
public static final class DescriptorImpl extends UISampleDescriptor {}
2025
}

0 commit comments

Comments
 (0)