Class ExtendedCronTabList
java.lang.Object
io.jenkins.plugins.extended_timer_trigger.ExtendedCronTabList
-
Method Summary
Modifier and TypeMethodDescriptionceil(long timestamp) static ExtendedCronTabListfloor(long timestamp) next()The next CronTabWrapper to be triggered.previous()
-
Method Details
-
create
-
getCronTabWrapperList
-
checkSanity
-
previous
-
next
-
nextCronTabWrapper
The next CronTabWrapper to be triggered. If 2 triggers are scheduled for the same time, only the first one that is specified in the spec is returned.- Returns:
-
ceil
-
floor
-