We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedb579 commit 99c1aa2Copy full SHA for 99c1aa2
core/src/main/java/jenkins/model/FullyNamedModelObject.java
@@ -17,7 +17,7 @@ public interface FullyNamedModelObject extends ModelObject {
17
/**
18
* Works like {@link #getDisplayName()} but return
19
* the full path that includes all the display names
20
- * of the ancestors.
+ * of the ancestors in an unspecified format.
21
*/
22
String getFullDisplayName();
23
}
0 commit comments