Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseLabelResponseDto
Packages that use TestCaseLabelResponseDto
Package
Description
-
Uses of TestCaseLabelResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestCaseLabelResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<TestCaseLabelResponseDto>> TestCaseControllerApi.getCaseLabels(@Valid Set<UUID> UUID) POST /catalog/api/v1/testcases/labels/search : getCaseLabels -
Uses of TestCaseLabelResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseLabelResponseDtoModifier and TypeMethodDescriptionTestCaseLabelResponseDto.addComponentsItem(JiraComponentDto componentsItem) TestCaseLabelResponseDto.addLabelsItem(LabelDto labelsItem) TestCaseLabelResponseDto.components(List<JiraComponentDto> components) TestCaseLabelResponseDto.description(String description) TestCaseLabelResponseDto.jiraTicket(String jiraTicket) TestCaseLabelResponseDto.scenarioId(UUID scenarioId) TestCaseLabelResponseDto.testPlanId(UUID testPlanId)