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

after writing two plugins I feel little better about this abstraction.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@1208 71c3de6d-444a-0410-be80-ed276b4c234a
上级 80399023
......@@ -72,11 +72,8 @@ public class Project extends Job<Project,Build> {
/**
* List of active {@link BuildWrapper}s configured for this project.
*
* <p>
* Marked as 'transient' for now, so that we can make breaking changes.
*/
private transient List<BuildWrapper> buildWrappers = new Vector<BuildWrapper>();
private List<BuildWrapper> buildWrappers = new Vector<BuildWrapper>();
/**
* {@link Action}s contributed from {@link #triggers}, {@link #builders},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册