Skip to content

Commit

Permalink
Merge pull request #2785 from TristanFAURE/JENKINS-42590
Browse files Browse the repository at this point in the history
[JENKINS-42590] : remove text mentioning getDisplayName==null
  • Loading branch information
oleg-nenashev committed Mar 29, 2017
2 parents a3b9398 + a3ef5b6 commit 0ae38f5
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 0ae38f5

Please sign in to comment.