Uses of Record Class
io.jenkins.plugins.chinese_workday.model.HolidaySchedule
Packages that use HolidaySchedule
Package
Description
-
Uses of HolidaySchedule in io.jenkins.plugins.chinese_workday.model
Methods in io.jenkins.plugins.chinese_workday.model that return HolidaySchedule -
Uses of HolidaySchedule in io.jenkins.plugins.chinese_workday.parser
Methods in io.jenkins.plugins.chinese_workday.parser that return HolidayScheduleModifier and TypeMethodDescriptionstatic HolidayScheduleHolidayCalendarParser.parse(int year, Properties properties, String sourceDescription) -
Uses of HolidaySchedule in io.jenkins.plugins.chinese_workday.repository
Methods in io.jenkins.plugins.chinese_workday.repository that return types with arguments of type HolidayScheduleModifier and TypeMethodDescriptionstatic Map<Integer, HolidaySchedule> ConfiguredHolidayCalendarLoader.loadAll()ExternalHolidayCalendarLoader.loadAll()ChineseWorkdayCalendarRepository.loadSchedules()