Uses of Interface
io.jenkins.plugins.view.calendar.event.CalendarEvent
Packages that use CalendarEvent
Package
Description
-
Uses of CalendarEvent in io.jenkins.plugins.view.calendar
Methods in io.jenkins.plugins.view.calendar that return types with arguments of type CalendarEvent -
Uses of CalendarEvent in io.jenkins.plugins.view.calendar.event
Subinterfaces of CalendarEvent in io.jenkins.plugins.view.calendar.eventModifier and TypeInterfaceDescriptioninterface
interface
Methods in io.jenkins.plugins.view.calendar.event with parameters of type CalendarEventModifier and TypeMethodDescriptionint
CalendarEventComparator.compare
(CalendarEvent e1, CalendarEvent e2) -
Uses of CalendarEvent in io.jenkins.plugins.view.calendar.service
Methods in io.jenkins.plugins.view.calendar.service that return types with arguments of type CalendarEventModifier and TypeMethodDescriptionCalendarEventService.getCalendarEvents
(List<? extends Job> jobs, MomentRange inclusionRange, CalendarView.CalendarViewEventsType eventsType) Collects all the events that overlap the given range.Methods in io.jenkins.plugins.view.calendar.service with parameters of type CalendarEventModifier and TypeMethodDescriptionCalendarEventService.getLastEvents
(CalendarEvent event, int numberOfEvents) CalendarEventService.getNextScheduledEvent
(CalendarEvent event, CalendarView.CalendarViewEventsType eventsType)