Skip to content

Commit

Permalink
doc improvement about the semantics of this value
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Nov 16, 2011
1 parent 6b7d75f commit da0f526
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/src/main/java/hudson/Extension.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,12 @@
* The "MayBe" value indicates that there's no such explicit sign-off. So the dynamic loading may or may not
* work.
*
* <p>
* If your plugin contains any extension that has dynamic loadability set to NO, then Jenkins
* will prompt the user to restart Jenkins to have the plugin take effect. If every component
* is marked as YES, then Jenkins will simply dynamic load the plugin without asking the user.
* Otherwise, Jenkins will ask the user if he wants to restart, or go ahead and dynamically deploy.
*
* @since 1.DynamicExtensionFinder
*/
YesNoMaybe dynamicLoadable() default MAYBE;
Expand Down

0 comments on commit da0f526

Please sign in to comment.