Uses of Class
com.thed.model.ZephyrConfigModel
Packages that use ZephyrConfigModel
-
Uses of ZephyrConfigModel in com.thed.util
Methods in com.thed.util that return ZephyrConfigModelModifier and TypeMethodDescriptionZephyrTestCaseUploader.initializeZephyrData
(AutomationJobDetail automationJobDetail, org.apache.commons.configuration.PropertiesConfiguration props, Long userId) ZephyrTestCaseUploader.publishcyclesandExecutions
(List<TCRCatalogTreeTestcase> testcases, AutomationJobDetail automationJobDetail, Long userId, ZephyrConfigModel zephyrData) ZephyrTestCaseUploader.publishTests
(List<TestcaseModel> testcaseModelList, AutomationJobDetail automationJobDetail, List<Testsuite> testSuiteList, Long userId, TCRCatalogTreeDTO tree) Methods in com.thed.util with parameters of type ZephyrConfigModelModifier and TypeMethodDescriptionboolean
ZephyrTestCaseUploader.prepareZephyrTests
(ZephyrConfigModel zephyrConfig, List<TestcaseModel> testsFromTestSuiteList, List<Testsuite> testSuiteList, Boolean createPackage) ZephyrTestCaseUploader.publishcyclesandExecutions
(List<TCRCatalogTreeTestcase> testcases, AutomationJobDetail automationJobDetail, Long userId, ZephyrConfigModel zephyrData) void
ZephyrSoapClient.uploadTestResults
(ZephyrConfigModel zephyrData, List<TCRCatalogTreeTestcase> testcasesList, AutomationJobDetail automationJobDetail) -
Uses of ZephyrConfigModel in com.thed.zblast.util
Methods in com.thed.zblast.util that return ZephyrConfigModelMethods in com.thed.zblast.util with parameters of type ZephyrConfigModelModifier and TypeMethodDescriptionstatic void
RestUtil.assignExecutions
(CyclePhaseDTO cyclePhase, ZephyrConfigModel zephyrData) Constructors in com.thed.zblast.util with parameters of type ZephyrConfigModelModifierConstructorDescriptionResultPoster
(AutomationJobDetail automationJob, Long userId, List<TCRCatalogTreeTestcase> testcases, ZephyrConfigModel zephyrData, AutomationJobReport jobReport)