Class TestRunWithValidationLabelsResponse
java.lang.Object
org.qubership.atp.ram.dto.response.TestRunWithValidationLabelsResponse
-
Constructor Summary
ConstructorsConstructorDescriptionTestRunWithValidationLabelsResponse(TestRun testRun, Set<String> validationLabels) Constructor creates TestRunWithValidationLabelsResponse from testRun and list of validationLabels. -
Method Summary
-
Constructor Details
-
TestRunWithValidationLabelsResponse
Constructor creates TestRunWithValidationLabelsResponse from testRun and list of validationLabels.- Parameters:
testRun- testRunvalidationLabels- validationLabels
-