提交 4951383f 编写于 作者: K Kohsuke Kawaguchi

opend this up to plugins

上级 473681b2
......@@ -710,7 +710,7 @@ public abstract class Descriptor<T extends Describable<T>> implements Saveable {
return getViewPage(clazz,pageName,pageName);
}
private List<String> getPossibleViewNames(String baseName) {
protected List<String> getPossibleViewNames(String baseName) {
List<String> names = new ArrayList<String>();
for (Facet f : WebApp.get(Jenkins.getInstance().servletContext).facets) {
if (f instanceof JellyCompatibleFacet) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册