Uses of Class
com.thed.zblast.parser.model.TCRCatalogTreeTestcase
Packages that use TCRCatalogTreeTestcase
-
Uses of TCRCatalogTreeTestcase in com.thed.model
Methods in com.thed.model that return TCRCatalogTreeTestcaseMethods in com.thed.model with parameters of type TCRCatalogTreeTestcaseModifier and TypeMethodDescriptionvoid
ReleaseTestSchedule.setTcrTreeTestcase
(TCRCatalogTreeTestcase tCRCatalogTreeTestcase) Constructors in com.thed.model with parameters of type TCRCatalogTreeTestcaseModifierConstructorDescriptionReleaseTestSchedule
(Long testerId, TCRCatalogTreeTestcase tCRCatalogTreeTestcase, Long cyclePhaseId, Date startDate, Date assignmentDate, Long estimatedTime, String status, Long actualTime) -
Uses of TCRCatalogTreeTestcase in com.thed.util
Method parameters in com.thed.util with type arguments of type TCRCatalogTreeTestcaseModifier and TypeMethodDescriptionZephyrTestCaseUploader.publishcyclesandExecutions
(List<TCRCatalogTreeTestcase> testcases, AutomationJobDetail automationJobDetail, Long userId, ZephyrConfigModel zephyrData) void
ZephyrSoapClient.uploadTestResults
(ZephyrConfigModel zephyrData, List<TCRCatalogTreeTestcase> testcasesList, AutomationJobDetail automationJobDetail) -
Uses of TCRCatalogTreeTestcase in com.thed.zblast.util
Methods in com.thed.zblast.util that return types with arguments of type TCRCatalogTreeTestcaseModifier and TypeMethodDescriptionstatic SearchResult<TCRCatalogTreeTestcase>
RestUtil.inSearchtestcase
(org.apache.commons.httpclient.methods.GetMethod method) static List<TCRCatalogTreeTestcase>
RestUtil.saveBulkTestCases
(List<TCRCatalogTreeTestcase> testcaseList, AutomationJobDetail automationJobDetail) static SearchResult<TCRCatalogTreeTestcase>
RestUtil.searchtestcase
(Long altId) static List<SearchResult<TCRCatalogTreeTestcase>>
RestUtil.searchTestcaseOnName
(String name, long releaseId) static List<TCRCatalogTreeTestcase>
RestUtil.updateTestcases
(List<TestcaseBulkUpdateParam> paramList) TestcaseUploader.uploadTestcases
(AutomationJobDetail job, Long userId, Long scheduleId) Method parameters in com.thed.zblast.util with type arguments of type TCRCatalogTreeTestcaseModifier and TypeMethodDescriptionstatic List<TCRCatalogTreeTestcase>
RestUtil.saveBulkTestCases
(List<TCRCatalogTreeTestcase> testcaseList, AutomationJobDetail automationJobDetail) Constructor parameters in com.thed.zblast.util with type arguments of type TCRCatalogTreeTestcaseModifierConstructorDescriptionResultPoster
(AutomationJobDetail automationJob, Long userId, List<TCRCatalogTreeTestcase> testcases, ZephyrConfigModel zephyrData, AutomationJobReport jobReport)