Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.MetaInfoForTestScenarioCompareResponseDto
Packages that use MetaInfoForTestScenarioCompareResponseDto
Package
Description
-
Uses of MetaInfoForTestScenarioCompareResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type MetaInfoForTestScenarioCompareResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<MetaInfoForTestScenarioCompareResponseDto> TestScenarioControllerApi.getMetaInfoForScenarioCompare(@Valid MetaInfoForCompareRequestDto metaInfoForCompareRequestDto) POST /catalog/api/v1/testscenarios/compare/editor : getMetaInfoForScenarioCompare -
Uses of MetaInfoForTestScenarioCompareResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return MetaInfoForTestScenarioCompareResponseDtoModifier and TypeMethodDescriptionMetaInfoForTestScenarioCompareResponseDto.addDirectivesItem(DictionaryDto directivesItem) MetaInfoForTestScenarioCompareResponseDto.addLeftCompoundActionsItem(ActionDto leftCompoundActionsItem) MetaInfoForTestScenarioCompareResponseDto.addLeftCompoundCompoundsItem(CompoundDto leftCompoundCompoundsItem) MetaInfoForTestScenarioCompareResponseDto.addLeftCompoundMetaInfoItem(MetaInfoDto leftCompoundMetaInfoItem) MetaInfoForTestScenarioCompareResponseDto.addRightCompoundActionsItem(ActionDto rightCompoundActionsItem) MetaInfoForTestScenarioCompareResponseDto.addRightCompoundCompoundsItem(CompoundDto rightCompoundCompoundsItem) MetaInfoForTestScenarioCompareResponseDto.addRightCompoundMetaInfoItem(MetaInfoDto rightCompoundMetaInfoItem) MetaInfoForTestScenarioCompareResponseDto.directives(List<DictionaryDto> directives) MetaInfoForTestScenarioCompareResponseDto.leftCompoundActions(List<ActionDto> leftCompoundActions) MetaInfoForTestScenarioCompareResponseDto.leftCompoundCompounds(List<CompoundDto> leftCompoundCompounds) MetaInfoForTestScenarioCompareResponseDto.leftCompoundId(UUID leftCompoundId) MetaInfoForTestScenarioCompareResponseDto.leftCompoundMetaInfo(List<MetaInfoDto> leftCompoundMetaInfo) MetaInfoForTestScenarioCompareResponseDto.leftCompoundName(String leftCompoundName) MetaInfoForTestScenarioCompareResponseDto.leftTestPlanId(UUID leftTestPlanId) MetaInfoForTestScenarioCompareResponseDto.leftTestPlanName(String leftTestPlanName) MetaInfoForTestScenarioCompareResponseDto.rightCompoundActions(List<ActionDto> rightCompoundActions) MetaInfoForTestScenarioCompareResponseDto.rightCompoundCompounds(List<CompoundDto> rightCompoundCompounds) MetaInfoForTestScenarioCompareResponseDto.rightCompoundId(UUID rightCompoundId) MetaInfoForTestScenarioCompareResponseDto.rightCompoundMetaInfo(List<MetaInfoDto> rightCompoundMetaInfo) MetaInfoForTestScenarioCompareResponseDto.rightCompoundName(String rightCompoundName) MetaInfoForTestScenarioCompareResponseDto.rightTestPlanId(UUID rightTestPlanId) MetaInfoForTestScenarioCompareResponseDto.rightTestPlanName(String rightTestPlanName)