提交 7ae055cf 编写于 作者: N Nicolas De Loof

set convertUpstreaTrigger method package private, just enough to enable testing

上级 dbc212e2
......@@ -763,7 +763,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
/**
* Reflect the submission of the pseudo 'upstream build trigger'.
*/
protected void convertUpstreamBuildTrigger(Set<AbstractProject> upstream) throws IOException {
/* package */ void convertUpstreamBuildTrigger(Set<AbstractProject> upstream) throws IOException {
SecurityContext saveCtx = ACL.impersonate(ACL.SYSTEM);
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册