Package org.qubership.atp.ram.model
Class TestCaseWidgetCsvExportLine
java.lang.Object
org.qubership.atp.ram.model.TestCaseWidgetCsvExportLine
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestCaseWidgetCsvExportLine(LabelNodeReportResponse.TestRunNodeResponse node, List<String> validationLabels, Map<String, Boolean> columnVisibilityMap, int depth) TestCaseWidgetCsvExportLine constructor.TestCaseWidgetCsvExportLine(LabelNodeReportResponse node, List<String> validationLabels, Map<String, Boolean> columnVisibilityMap, int depth) TestCaseWidgetCsvExportLine constructor. -
Method Summary
Modifier and TypeMethodDescriptionString[]voidsetValidationLabels(List<TestingReportLabelParam> labelParams, List<String> validationLabels) Set validation label cells.
-
Field Details
-
DASH
- See Also:
-
-
Constructor Details
-
TestCaseWidgetCsvExportLine
public TestCaseWidgetCsvExportLine(LabelNodeReportResponse node, List<String> validationLabels, Map<String, Boolean> columnVisibilityMap, int depth) TestCaseWidgetCsvExportLine constructor. -
TestCaseWidgetCsvExportLine
public TestCaseWidgetCsvExportLine(LabelNodeReportResponse.TestRunNodeResponse node, List<String> validationLabels, Map<String, Boolean> columnVisibilityMap, int depth) TestCaseWidgetCsvExportLine constructor.
-
-
Method Details
-
getContent
-
setValidationLabels
public void setValidationLabels(List<TestingReportLabelParam> labelParams, List<String> validationLabels) Set validation label cells.
-