Uses of Class
com.thed.model.CyclePhaseDTO
Packages that use CyclePhaseDTO
-
Uses of CyclePhaseDTO in com.thed.model
Methods in com.thed.model that return types with arguments of type CyclePhaseDTOMethods in com.thed.model with parameters of type CyclePhaseDTOMethod parameters in com.thed.model with type arguments of type CyclePhaseDTO -
Uses of CyclePhaseDTO in com.thed.zblast.util
Methods in com.thed.zblast.util that return CyclePhaseDTOModifier and TypeMethodDescriptionstatic CyclePhaseDTO
RestUtil.addPhaseToCycle
(CyclePhaseDTO cyclePhase, AutomationJobDetail automationJobDetail) Methods in com.thed.zblast.util with parameters of type CyclePhaseDTOModifier and TypeMethodDescriptionstatic CyclePhaseDTO
RestUtil.addPhaseToCycle
(CyclePhaseDTO cyclePhase, AutomationJobDetail automationJobDetail) static void
RestUtil.assignExecutions
(CyclePhaseDTO cyclePhase, ZephyrConfigModel zephyrData) static void
RestUtil.browseTestcases
(CyclePhaseDTO cyclePhase, List<TreeSelectionInfo> selectionTree, Boolean createPackage) static SearchResult<ReleaseTestSchedule>
RestUtil.getReleaseTestSchedules
(CyclePhaseDTO cycle, Long releaseId)