Uses of Class
hudson.scheduler.Hash
-
Packages that use Hash Package Description hudson.scheduler Classes that implement cron-like features -
-
Uses of Hash in hudson.scheduler
Fields in hudson.scheduler declared as Hash Modifier and Type Field Description protected Hash
BaseParser. hash
Used to pick a value from within the rangeMethods in hudson.scheduler that return Hash Modifier and Type Method Description static Hash
Hash. from(String seed)
static Hash
Hash. zero()
Creates a hash that always return 0.Methods in hudson.scheduler with parameters of type Hash Modifier and Type Method Description static CronTabList
CronTabList. create(String format, Hash hash)
Constructors in hudson.scheduler with parameters of type Hash Constructor Description CronTab(String format, int line, Hash hash)
CronTab(String format, int line, Hash hash, String timezone)
CronTab(String format, Hash hash)
-