提交 47e82f1a 编写于 作者: K Kohsuke Kawaguchi

Merge branch 'rc'

......@@ -95,6 +95,15 @@ public abstract class Plugin implements Saveable {
public void setServletContext(ServletContext context) {
}
/**
* Gets the paired {@link PluginWrapper}.
*
* @since 1.426
*/
public PluginWrapper getWrapper() {
return wrapper;
}
/**
* Called to allow plugins to initialize themselves.
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册