public interface CronEntry
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the human-readable description of this cron entry.
|
Iterator<String> |
getNextTimesIterator()
Returns an iterator over upcoming execution times.
|
String |
getSchedule()
Returns the schedule of this cron entry.
|
String |
getTimezone()
Returns the timezone of this cron entry.
|
String |
getUrl()
Returns the application URL invoked by this cron entry.
|
String |
toXml() |
String getUrl()
<url> element in cron.xmlString getDescription()
<description> element in cron.xml, or
null if none was supplied.String getSchedule()
<schedule> element in cron.xmlString getTimezone()
<schedule> element in cron.xml, or
"UTC" as the default value if none was explicitly supplied.Iterator<String> getNextTimesIterator()
String toXml()
Copyright © 2022. All rights reserved.