Uses of Class
com.thed.model.TCRCatalogTreeDTO
Packages that use TCRCatalogTreeDTO
-
Uses of TCRCatalogTreeDTO in com.thed.model
Methods in com.thed.model that return types with arguments of type TCRCatalogTreeDTOMethod parameters in com.thed.model with type arguments of type TCRCatalogTreeDTOModifier and TypeMethodDescriptionvoid
TCRCatalogTreeDTO.setCategories
(Set<TCRCatalogTreeDTO> categories) -
Uses of TCRCatalogTreeDTO in com.thed.util
Methods in com.thed.util with parameters of type TCRCatalogTreeDTOModifier and TypeMethodDescriptionZephyrTestCaseUploader.publishTests
(List<TestcaseModel> testcaseModelList, AutomationJobDetail automationJobDetail, List<Testsuite> testSuiteList, Long userId, TCRCatalogTreeDTO tree) -
Uses of TCRCatalogTreeDTO in com.thed.zblast.util
Methods in com.thed.zblast.util that return TCRCatalogTreeDTOModifier and TypeMethodDescriptionstatic TCRCatalogTreeDTO
RestUtil.createNode
(TCRCatalogTreeDTO tree, String type, Long parentId, String parentName) static TCRCatalogTreeDTO
RestUtil.createTree
(TCRCatalogTreeDTO remoteRepositoryTree) static TCRCatalogTreeDTO
RestUtil.getTreesByTreeId
(Long tcrCatalogTreeId) Methods in com.thed.zblast.util that return types with arguments of type TCRCatalogTreeDTOModifier and TypeMethodDescriptionstatic List<TCRCatalogTreeDTO>
RestUtil.getTreesByReleaseId
(AutomationJobDetail releaseId, String type, int revisionId) Methods in com.thed.zblast.util with parameters of type TCRCatalogTreeDTOModifier and TypeMethodDescriptionstatic TCRCatalogTreeDTO
RestUtil.createNode
(TCRCatalogTreeDTO tree, String type, Long parentId, String parentName) static TCRCatalogTreeDTO
RestUtil.createTree
(TCRCatalogTreeDTO remoteRepositoryTree)