Support to retrieve a child project via REST
Change-Id: Ic38f1ca10b6731073e5a11ad72c8753adbaff235 Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
committed by
Gerrit Code Review
parent
ab2e1bcf69
commit
5b6c406e38
@@ -43,6 +43,7 @@ public class Module extends RestApiModule {
|
||||
put(PROJECT_KIND, "parent").to(SetParent.class);
|
||||
|
||||
child(PROJECT_KIND, "children").to(ChildProjectsCollection.class);
|
||||
get(CHILD_PROJECT_KIND).to(GetChildProject.class);
|
||||
|
||||
get(PROJECT_KIND, "HEAD").to(GetHead.class);
|
||||
put(PROJECT_KIND, "HEAD").to(SetHead.class);
|
||||
|
||||
Reference in New Issue
Block a user