Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-42590] : remove text mentioning getDisplayName==null
Browse files Browse the repository at this point in the history
  • Loading branch information
ADSL authored and ADSL committed Mar 9, 2017
1 parent 01d7931 commit a3ef5b6
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -43,8 +43,7 @@
* <h2>Invisible Property</h2>
* <p>
* This mechanism can be used to create an entirely invisible {@link Describable}, which is handy
* for {@link NodeProperty}, {@link JobProperty}, etc. To do so, define a descriptor with null
* {@linkplain Descriptor#getDisplayName() display name} and empty config.jelly to prevent it from
* for {@link NodeProperty}, {@link JobProperty}, etc. To do so, define an empty config.jelly to prevent it from
* showing up in the config UI, then implement {@link #reconfigure(StaplerRequest, JSONObject)}
* and simply return {@code this}.
*
Expand Down

0 comments on commit a3ef5b6

Please sign in to comment.