提交 41e35fc0 编写于 作者: K kohsuke

doc improvement.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1387 71c3de6d-444a-0410-be80-ed276b4c234a
上级 c1246ed6
......@@ -9,6 +9,12 @@ import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
import java.net.URL;
import hudson.tasks.Publisher;
import hudson.tasks.Builder;
import hudson.model.Hudson;
import hudson.triggers.Trigger;
import hudson.scm.SCM;
/**
* Base class of Hudson plugin.
*
......@@ -45,7 +51,9 @@ public abstract class Plugin {
*
* <p>
* This method is called after {@link #setServletContext(ServletContext)} is invoked.
* You can also use {@link Hudson#getInstance()} to access the singleton hudson instance.
* You can also use {@link Hudson#getInstance()} to access the singleton hudson instance,
* although the plugin start up happens relatively early in the initialization
* stage and not all the data are loaded in Hudson.
*
* <p>
* Plugins should override this method and register custom
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册