提交 f46aceaf 编写于 作者: S StevenGBrown

[FIXED HUDSON-7868] Build wrappers can now decorate the launcher or logger for matrix builds


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@36131 71c3de6d-444a-0410-be80-ed276b4c234a
上级 56697de4
......@@ -236,6 +236,11 @@ public class MatrixConfiguration extends Project<MatrixConfiguration,MatrixRun>
return getParent().getBuildWrappers();
}
@Override
public DescribableList<BuildWrapper, Descriptor<BuildWrapper>> getBuildWrappersList() {
return getParent().getBuildWrappersList();
}
@Override
public Publisher getPublisher(Descriptor<Publisher> descriptor) {
return getParent().getPublisher(descriptor);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册