java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.reporting.common.resource.ReportSchedule
All Implemented Interfaces:
Changeable, Serializable

public class ReportSchedule extends AbstractChangeable implements Serializable
Represents a scheduled execution of a report.
See Also:
  • Field Details

    • DEFAULT_CRON_STRING

      public static final String DEFAULT_CRON_STRING
      The default cron string for a schedule (daily at midnight).
      See Also:
  • Constructor Details

    • ReportSchedule

      public ReportSchedule()
      Empty ctor for xml serialization
    • ReportSchedule

      public ReportSchedule(ReportSchedule schedule)
      Copy constructor for use in CCP
  • Method Details