Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCaseResponseDto
Packages that use TestCaseResponseDto
Package
Description
-
Uses of TestCaseResponseDto in org.qubership.atp.ram.clients.api
Methods in org.qubership.atp.ram.clients.api that return types with arguments of type TestCaseResponseDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<TestCaseResponseDto> TestCaseControllerApi.getDetailedCase(UUID uuid) GET /catalog/api/v1/testcases/{uuid}/detailed : getDetailedCaseorg.springframework.http.ResponseEntity<List<TestCaseResponseDto>> TestCaseControllerApi.getDetailedCases(@Valid Set<UUID> UUID) POST /catalog/api/v1/testcases/detailed : getDetailedCasesorg.springframework.http.ResponseEntity<List<TestCaseResponseDto>> TestCaseControllerApi.getTestCasesByProjectUuid(UUID uuid) GET /catalog/api/v1/testcases/project/{uuid} : getTestCasesByProjectUuidorg.springframework.http.ResponseEntity<List<TestCaseResponseDto>> TestScenarioControllerApi.getTestCasesLabel(UUID uuid) GET /catalog/api/v1/testscenarios/{uuid}/testcases : getTestCasesLabel -
Uses of TestCaseResponseDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCaseResponseDtoModifier and TypeMethodDescriptionTestCaseResponseDto.addDependsOnItem(TestCaseDependencyDto dependsOnItem) TestCaseResponseDto.addFlagIdsItem(UUID flagIdsItem) TestCaseResponseDto.addLabelsItem(LabelDto labelsItem) TestCaseResponseDto.addTestCaseRepeatCountsItem(TestCaseRepeatCountDto testCaseRepeatCountsItem) TestCaseResponseDto.addTestScopesItem(TestScopeDto testScopesItem) TestCaseResponseDto.assignee(UserInfoDto assignee) TestCaseResponseDto.createDate(Long createDate) TestCaseResponseDto.createdBy(UserModelDto createdBy) TestCaseResponseDto.dataset(AbstractEntityResponseDto dataset) TestCaseResponseDto.datasetName(String datasetName) TestCaseResponseDto.datasetStorageUuid(UUID datasetStorageUuid) TestCaseResponseDto.datasetUuid(UUID datasetUuid) TestCaseResponseDto.dependsOn(List<TestCaseDependencyDto> dependsOn) TestCaseResponseDto.description(String description) TestCaseResponseDto.jiraTicketUrl(String jiraTicketUrl) TestCaseResponseDto.lastModifiedBy(UserModelDto lastModifiedBy) TestCaseResponseDto.lastRunStatus(String lastRunStatus) TestCaseResponseDto.modifiedWhen(OffsetDateTime modifiedWhen) TestCaseResponseDto.priority(TestCaseResponseDto.PriorityEnum priority) TestCaseResponseDto.projectUuid(UUID projectUuid) TestCaseResponseDto.sequenceNumber(Integer sequenceNumber) TestCaseResponseDto.status(TestCaseResponseDto.StatusEnum status) TestCaseResponseDto.testCaseRepeatCounts(List<TestCaseRepeatCountDto> testCaseRepeatCounts) TestCaseResponseDto.testPlanUuid(UUID testPlanUuid) TestCaseResponseDto.testScenario(TestScenarioDto testScenario) TestCaseResponseDto.testScopes(Set<TestScopeDto> testScopes) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestCaseResponseDtoModifier and TypeMethodDescription@Valid List<TestCaseResponseDto> DetailedTestScopeResponseDto.getExecution()Get execution@Valid List<TestCaseResponseDto> DetailedTestScopeResponseDto.getPrerequisites()Get prerequisites@Valid List<TestCaseResponseDto> DetailedTestScopeResponseDto.getValidation()Get validationMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCaseResponseDtoModifier and TypeMethodDescriptionDetailedTestScopeResponseDto.addExecutionItem(TestCaseResponseDto executionItem) DetailedTestScopeResponseDto.addPrerequisitesItem(TestCaseResponseDto prerequisitesItem) DetailedTestScopeResponseDto.addValidationItem(TestCaseResponseDto validationItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCaseResponseDtoModifier and TypeMethodDescriptionDetailedTestScopeResponseDto.execution(List<TestCaseResponseDto> execution) DetailedTestScopeResponseDto.prerequisites(List<TestCaseResponseDto> prerequisites) voidDetailedTestScopeResponseDto.setExecution(List<TestCaseResponseDto> execution) voidDetailedTestScopeResponseDto.setPrerequisites(List<TestCaseResponseDto> prerequisites) voidDetailedTestScopeResponseDto.setValidation(List<TestCaseResponseDto> validation) DetailedTestScopeResponseDto.validation(List<TestCaseResponseDto> validation)