Add 'parentproject' operator that includes changes of child projects

With the 'parentproject' operator one can find all changes of a
project and its child projects. This is e.g. useful to watch a project
tree.

Change-Id: Id45e6fc391137a1830a1782fea0b1326c661afa9
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2013-06-28 02:05:14 +02:00
parent 93d6838485
commit 7c0eb41351
7 changed files with 97 additions and 10 deletions

View File

@@ -26,7 +26,7 @@ public class FakeQueryBuilder extends ChangeQueryBuilder {
new FakeQueryBuilder.Definition<ChangeData, FakeQueryBuilder>(
FakeQueryBuilder.class),
new ChangeQueryBuilder.Arguments(null, null, null, null, null, null,
null, null, null, null, null, indexes),
null, null, null, null, null, null, null, indexes),
null);
}