Package hudson.model

Class ViewJob<JobT extends ViewJob<JobT,​RunT>,​RunT extends Run<JobT,​RunT>>

    • Field Detail

      • reloadPeriodically

        public static boolean reloadPeriodically
        In the very old version of Hudson, an external job submission was just creating files on the file system, so we needed to periodically reload the jobs from a file system to pick up new records.

        We then switched to submission via HTTP, so this reloading is no longer necessary, so only do this when explicitly requested.