Package hudson.model

Class AsyncAperiodicWork

    • Field Detail

      • name

        public final String name
        Name of the work.
    • Constructor Detail

      • AsyncAperiodicWork

        protected AsyncAperiodicWork​(String name)
    • Method Detail

      • doAperiodicRun

        public final void doAperiodicRun()
        Schedules this periodic work now in a new thread, if one isn't already running.
        Specified by:
        doAperiodicRun in class AperiodicWork
      • getLogFile

        protected File getLogFile()
        Determines the log file that records the result of this task.
      • getNormalLoggingLevel

        protected Level getNormalLoggingLevel()
        Returns the logging level at which normal messages are displayed.
        Returns:
        The logging level.
        Since:
        1.651
      • getSlowLoggingLevel

        protected Level getSlowLoggingLevel()
        Returns the logging level at which previous task still executing messages is displayed.
        Returns:
        The logging level.
        Since:
        1.651
      • getErrorLoggingLevel

        protected Level getErrorLoggingLevel()
        Returns the logging level at which error messages are displayed.
        Returns:
        The logging level.
        Since:
        1.651