Class JobSchedule.FixedRateSchedule

    • Method Detail

      • getHour

        public int getHour()
        Returns the hour (0 to 23) at which the job must run.
        Returns:
        the hour value
      • getMinute

        public int getMinute()
        Returns the minute (0 to 59) at which the job must run.
        Returns:
        the minute value
      • getDescription

        public String getDescription​(List<Locale> locales)
        Description copied from class: JobSchedule
        Returns a description of the schedule, for end-user understanding, typically inserted in audit events.
        Specified by:
        getDescription in class JobSchedule
        Parameters:
        locales - the locales to use, in decreasing order starting with the preferred locale
        Returns:
        a description of the schedule