Class DailyTrigger

    • Constructor Detail

      • DailyTrigger

        public DailyTrigger​(List<org.quartz.TimeOfDay> at,
                            TimeZone timeZone)
    • Method Detail

      • getScheduleBuilder

        public org.quartz.ScheduleBuilder<DailyTrigger> getScheduleBuilder()
        Specified by:
        getScheduleBuilder in interface org.quartz.Trigger
        Specified by:
        getScheduleBuilder in class org.quartz.impl.triggers.AbstractTrigger<DailyTrigger>
      • getAt

        public List<org.quartz.TimeOfDay> getAt()
      • setAt

        public void setAt​(List<org.quartz.TimeOfDay> at)
      • toXContent

        public org.elasticsearch.xcontent.XContentBuilder toXContent​(org.elasticsearch.xcontent.XContentBuilder builder,
                                                                     org.elasticsearch.xcontent.ToXContent.Params params)
                                                              throws IOException
        Throws:
        IOException
      • create

        public static DailyTrigger create​(com.fasterxml.jackson.databind.JsonNode jsonNode,
                                          TimeZone timeZone)
                                   throws com.floragunn.searchsupport.config.validation.ConfigValidationException
        Throws:
        com.floragunn.searchsupport.config.validation.ConfigValidationException