Uses of Enum Class
io.jenkins.plugins.view.calendar.event.CalendarEventState
Packages that use CalendarEventState
-
Uses of CalendarEventState in io.jenkins.plugins.view.calendar.event
Methods in io.jenkins.plugins.view.calendar.event that return CalendarEventStateModifier and TypeMethodDescriptionCalendarEvent.getState()
static CalendarEventState
Returns the enum constant of this class with the specified name.static CalendarEventState[]
CalendarEventState.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CalendarEventState in io.jenkins.plugins.view.calendar.service
Methods in io.jenkins.plugins.view.calendar.service with parameters of type CalendarEventStateModifier and TypeMethodDescriptionCalendarEventService.getStartedEvents
(List<? extends Job> jobs, MomentRange range, CalendarEventState state, CalendarView.CalendarViewEventsType eventsType)