提交 da0f526a 编写于 作者: K Kohsuke Kawaguchi

doc improvement about the semantics of this value

上级 6b7d75f1
......@@ -99,6 +99,12 @@ public @interface Extension {
* 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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册