Now manually parsing runnergroup full names

ref #18
This commit is contained in:
2021-02-17 18:57:21 +01:00
parent 92c52401b3
commit c2909082a2
3 changed files with 40 additions and 2 deletions
+2
View File
@@ -25,4 +25,6 @@ export class RunnerGroup {
@IsObject()
@IsOptional()
parentGroup?: RunnerGroup;
fullName: string;
}