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

allowing subtype to create its own XStream

based on the conversation with Weltraumschaf (the DARCS plugin maintainer)
上级 6d904f5c
......@@ -809,7 +809,7 @@ public abstract class Descriptor<T extends Describable<T>> implements Saveable {
}
}
protected final XmlFile getConfigFile() {
protected XmlFile getConfigFile() {
return new XmlFile(new File(Jenkins.getInstance().getRootDir(),getId()+".xml"));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册