Package hudson.model

Class AsyncPeriodicWork

    • Field Detail

      • name

        public final String name
        Human readable name of the work.
    • Constructor Detail

      • AsyncPeriodicWork

        protected AsyncPeriodicWork​(String name)
    • Method Detail

      • doRun

        public final void doRun()
        Schedules this periodic work now in a new thread, if one isn't already running.
        Specified by:
        doRun in class SafeTimerTask
      • 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 as @Level.
        Since:
        1.551
      • getSlowLoggingLevel

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

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