| Package | Description |
|---|---|
| io.jenkins.plugins.view.calendar.event | |
| io.jenkins.plugins.view.calendar.service | |
| io.jenkins.plugins.view.calendar.time |
| Modifier and Type | Method and Description |
|---|---|
Moment |
CalendarEvent.getEnd() |
Moment |
CalendarEvent.getStart() |
| Constructor and Description |
|---|
CalendarEventFactory(Moment now,
CalendarEventService calendarEventService) |
| Constructor and Description |
|---|
CalendarEventService(Moment now,
CronJobService cronJobService) |
CronJobService(Moment now) |
| Modifier and Type | Method and Description |
|---|---|
Moment |
MomentRange.getEnd() |
Moment |
MomentRange.getStart() |
Moment |
Moment.nextMinute() |
Moment |
Moment.previousMinute() |
| Modifier and Type | Method and Description |
|---|---|
static long |
MomentRange.duration(Moment m1,
Moment m2) |
boolean |
Moment.isAfter(Moment m) |
boolean |
Moment.isBefore(Moment m) |
boolean |
Moment.isSame(Moment m) |
static boolean |
MomentRange.isValidRange(Moment m1,
Moment m2) |
static MomentRange |
MomentRange.range(Moment start,
Moment end) |
| Constructor and Description |
|---|
MomentRange(Moment start,
Moment end) |
Copyright © 2016–2023. All rights reserved.