Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.AbstractTestScenarioDto
Packages that use AbstractTestScenarioDto
Package
Description
-
Uses of AbstractTestScenarioDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type AbstractTestScenarioDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<AbstractTestScenarioDto>> ProjectControllerApi.getAllCompoundsAndScenarioCompounds(UUID uuid) GET /catalog/api/v1/projects/{uuid}/compounds/compound_from_ts : getAllCompoundsAndScenarioCompoundsorg.springframework.http.ResponseEntity<List<AbstractTestScenarioDto>> TestPlanControllerApi.getAllCompoundsAndScenarioCompounds(UUID uuid) GET /catalog/api/v1/testplans/{uuid}/compounds/compound_from_ts : getAllCompoundsAndScenarioCompounds -
Uses of AbstractTestScenarioDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return AbstractTestScenarioDtoModifier and TypeMethodDescriptionAbstractTestScenarioDto.addMetainfoItem(MetaInfoDto metainfoItem) AbstractTestScenarioDto.createdBy(UserInfoResDto createdBy) AbstractTestScenarioDto.createdWhen(OffsetDateTime createdWhen) AbstractTestScenarioDto.description(String description) AbstractTestScenarioDto.metainfo(List<MetaInfoDto> metainfo) AbstractTestScenarioDto.modifiedBy(UserInfoResDto modifiedBy) AbstractTestScenarioDto.modifiedWhen(OffsetDateTime modifiedWhen) AbstractTestScenarioDto.type(AbstractTestScenarioDto.TypeEnum type)