@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class CalendarEventFactory extends Object
| Constructor and Description |
|---|
CalendarEventFactory(Moment now,
CalendarEventService calendarEventService) |
| Modifier and Type | Method and Description |
|---|---|
ScheduledCalendarEvent |
createScheduledEvent(hudson.model.Job job,
Calendar start,
long duration) |
StartedCalendarEvent |
createStartedEvent(hudson.model.Job job,
hudson.model.Run build) |
public CalendarEventFactory(Moment now, CalendarEventService calendarEventService)
public ScheduledCalendarEvent createScheduledEvent(hudson.model.Job job, Calendar start, long duration)
public StartedCalendarEvent createStartedEvent(hudson.model.Job job, hudson.model.Run build)
Copyright © 2016–2023. All rights reserved.