Class LabelNodeReportResponse
java.lang.Object
org.qubership.atp.ram.dto.response.LabelNodeReportResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionLabelNodeReportResponse(String labelName) LabelNodeReportResponse(String labelName, boolean isGroupedNode, Supplier<List<TestRun>> testRunsFilterFunc) LabelNodeReportResponse constructor. -
Method Summary
Modifier and TypeMethodDescriptionGetter for children nodes.Getter for test runs.
-
Constructor Details
-
Method Details
-
getTestRuns
Getter for test runs.- Returns:
- list of current test runs, or empty list, if not exists
-
getChildren
Getter for children nodes.- Returns:
- list of current children nodes, or empty list, if not exists
-