Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.CompoundDto
Packages that use CompoundDto
Package
Description
-
Uses of CompoundDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type CompoundDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<CompoundDto>> ProjectControllerApi.getAllCompoundsByProject(UUID uuid) GET /catalog/api/v1/projects/{uuid}/compounds : getAllCompoundsByProjectorg.springframework.http.ResponseEntity<List<CompoundDto>> TestPlanControllerApi.getAllCompoundsByTestPlan(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/compounds : getAllCompoundsByTestPlan -
Uses of CompoundDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return CompoundDtoModifier and TypeMethodDescriptionCompoundDto.addMetainfoItem(MetaInfoDto metainfoItem) CompoundDto.addParametersItem(ActionParameterDto parametersItem) CompoundDto.createdBy(UserInfoDto createdBy) CompoundDto.createdWhen(OffsetDateTime createdWhen) CompoundDto.deprecated(Boolean deprecated) CompoundDto.description(String description) CompoundDto.metainfo(List<MetaInfoDto> metainfo) CompoundDto.modifiedBy(UserInfoDto modifiedBy) CompoundDto.modifiedWhen(OffsetDateTime modifiedWhen) CompoundDto.parameters(List<ActionParameterDto> parameters) CompoundDto.projectUuid(UUID projectUuid) CompoundDto.qaDslLibraryId(UUID qaDslLibraryId) CompoundDto.type(CompoundDto.TypeEnum type) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type CompoundDtoModifier and TypeMethodDescription@Valid List<CompoundDto> QaDslLibraryResponseDto.getCompounds()Get compounds@Valid List<CompoundDto> MetaInfoForTestScenarioCompareResponseDto.getLeftCompoundCompounds()Get leftCompoundCompounds@Valid List<CompoundDto> MetaInfoForTestScenarioCompareResponseDto.getRightCompoundCompounds()Get rightCompoundCompoundsMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type CompoundDtoModifier and TypeMethodDescriptionQaDslLibraryResponseDto.addCompoundsItem(CompoundDto compoundsItem) MetaInfoForTestScenarioCompareResponseDto.addLeftCompoundCompoundsItem(CompoundDto leftCompoundCompoundsItem) MetaInfoForTestScenarioCompareResponseDto.addRightCompoundCompoundsItem(CompoundDto rightCompoundCompoundsItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type CompoundDtoModifier and TypeMethodDescriptionQaDslLibraryResponseDto.compounds(List<CompoundDto> compounds) MetaInfoForTestScenarioCompareResponseDto.leftCompoundCompounds(List<CompoundDto> leftCompoundCompounds) MetaInfoForTestScenarioCompareResponseDto.rightCompoundCompounds(List<CompoundDto> rightCompoundCompounds) voidQaDslLibraryResponseDto.setCompounds(List<CompoundDto> compounds) voidMetaInfoForTestScenarioCompareResponseDto.setLeftCompoundCompounds(List<CompoundDto> leftCompoundCompounds) voidMetaInfoForTestScenarioCompareResponseDto.setRightCompoundCompounds(List<CompoundDto> rightCompoundCompounds)