提交 9c90582f 编写于 作者: K kohsuke

this is crucial for compatibility.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1195 71c3de6d-444a-0410-be80-ed276b4c234a
上级 32a87f1d
......@@ -173,6 +173,9 @@ public class Project extends Job<Project,Build> {
if(triggers==null)
// it didn't exist in < 1.28
triggers = new Vector<Trigger>();
if(buildWrappers==null)
// it didn't exist in < 1.64
buildWrappers = new Vector<BuildWrapper>();
this.builds = new RunMap<Build>();
this.builds.load(this,new Constructor<Build>() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册