Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.LogCollectorConditionDto
Packages that use LogCollectorConditionDto
Package
Description
-
Uses of LogCollectorConditionDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type LogCollectorConditionDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<LogCollectorConditionDto>> TestPlanControllerApi.getLogCollectorConditionByTestPlan(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/logcollectorconditions : getLogCollectorConditionByTestPlan -
Uses of LogCollectorConditionDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return LogCollectorConditionDtoModifier and TypeMethodDescriptionLogCollectorConditionDto.description(String description) LogCollectorConditionDto.resultJsonPath(String resultJsonPath) LogCollectorConditionDto.searchCondition(String searchCondition) LogCollectorConditionDto.searchPath(String searchPath) LogCollectorConditionDto.testPlanId(UUID testPlanId)