Class CronTabWrapper
java.lang.Object
io.jenkins.plugins.extended_timer_trigger.CronTabWrapper
-
Constructor Summary
ConstructorsConstructorDescriptionCronTabWrapper(CronTabList cronTabList, CronTab cronTab) CronTabWrapper(ExtendedCronTab extendedCronTab) -
Method Summary
Modifier and TypeMethodDescriptionceil(long timeInMillis) booleancheck(ZonedDateTime time) floor(long timeInMillis) next()previous()voidsetParameters(Map<String, String> parameters)
-
Constructor Details
-
CronTabWrapper
-
CronTabWrapper
-
-
Method Details
-
setParameters
-
getParameters
-
check
-
previous
@CheckForNull @SuppressRestrictedWarnings(hudson.scheduler.CronTabList.class) public ZonedDateTime previous() -
next
@CheckForNull @SuppressRestrictedWarnings(hudson.scheduler.CronTabList.class) public ZonedDateTime next() -
ceil
-
floor
-
checkSanity
-