You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/resources/io/jenkins/plugins/designlibrary/Links/index.properties
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,27 @@
1
+
title=Navigational context menu integration
2
+
1
3
blurb=<p>Jenkins consists of a large and complex graph of domain objects (<code>ModelObject</code>), where each node in the graph is a web page and edges are hyperlinks. \
2
4
To help users navigate quickly on this graph, Jenkins provides a mechanism to attach context menus to model objects, \
3
5
which can be used to hop multiple edges without going through individual hyperlinks.
4
6
7
+
define.title=Defining context menu
8
+
5
9
blurb.define=<p>To define a context menu on <code>ModelObject</code>, implement <a href="https://javadoc.jenkins.io/byShortName/ModelObjectWithContextMenu"><code>ModelObjectWithContextMenu</code></a>. \
6
10
See <a href="sourceFile/NavigationContextMenu.java">the example</a> for how to implement this method.
7
11
12
+
breadcrumb.title=Breadcrumb integration
13
+
8
14
blurb.breadcrumb=<p>Implementing <code>ModelObjectWithContextMenu</code> is sufficient for the core to show the context menu \
9
15
for your model object in the breadcrumb. Hover your mouse over the breadcrumb of this page to see context menu \
0 commit comments