Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.TestCase0Dto
Packages that use TestCase0Dto
-
Uses of TestCase0Dto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return TestCase0DtoModifier and TypeMethodDescriptionTestCase0Dto.addComponentsItem(JiraComponentDto componentsItem) TestCase0Dto.addLabelsItem(LabelDto labelsItem) TestCase0Dto.addTestScopesItem(TestScopeDto testScopesItem) TestCase0Dto.assignee(UserInfoResDto assignee) TestCase0Dto.components(List<JiraComponentDto> components) TestCase0Dto.createDate(Long createDate) TestCase0Dto.createdBy(UserInfoResDto createdBy) TestCase0Dto.dataset(AbstractEntityResponseDto dataset) TestCase0Dto.datasetStorage(AbstractEntityResponseDto datasetStorage) TestCase0Dto.description(String description) TestCase0Dto.jiraTicket(String jiraTicket) TestCase0Dto.jiraTicketUrl(String jiraTicketUrl) TestCase0Dto.lastModifiedBy(UserInfoResDto lastModifiedBy) TestCase0Dto.lastRunStatus(String lastRunStatus) TestCase0Dto.modifiedWhen(OffsetDateTime modifiedWhen) TestCase0Dto.priority(TestCase0Dto.PriorityEnum priority) TestCase0Dto.status(TestCase0Dto.StatusEnum status) TestCase0Dto.testScenario(TestScenarioDto testScenario) TestCase0Dto.testScopes(List<TestScopeDto> testScopes) Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return types with arguments of type TestCase0DtoModifier and TypeMethodDescription@Valid List<TestCase0Dto> TestCaseGroup0Dto.getCases()Get cases@Valid List<TestCase0Dto> TestCaseGroupResponseDto.getEmptyGroupCases()Get emptyGroupCasesMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type TestCase0DtoModifier and TypeMethodDescriptionTestCaseGroup0Dto.addCasesItem(TestCase0Dto casesItem) TestCaseGroupResponseDto.addEmptyGroupCasesItem(TestCase0Dto emptyGroupCasesItem) Method parameters in org.qubership.atp.ram.clients.api.dto.catalogue with type arguments of type TestCase0DtoModifier and TypeMethodDescriptionTestCaseGroup0Dto.cases(List<TestCase0Dto> cases) TestCaseGroupResponseDto.emptyGroupCases(List<TestCase0Dto> emptyGroupCases) voidTestCaseGroup0Dto.setCases(List<TestCase0Dto> cases) voidTestCaseGroupResponseDto.setEmptyGroupCases(List<TestCase0Dto> emptyGroupCases)