Class LaasPerformanceLoggingJob

  • All Implemented Interfaces:
    com.atlassian.scheduler.JobRunner

    @Deprecated
    public class LaasPerformanceLoggingJob
    extends Object
    implements com.atlassian.scheduler.JobRunner
    Deprecated.
    since 7.5. This job is only required for cloud, so it will be removed from server.
    This job runs every 5 minutes and logs performance data into LaaS.
    Since:
    5.10
    • Field Detail

      • LAAS_PERFORMANCE_LOGGING_FEATURE_NAME

        public static final String LAAS_PERFORMANCE_LOGGING_FEATURE_NAME
        Deprecated.
        See Also:
        Constant Field Values
    • Method Detail

      • runJob

        public @Nullable com.atlassian.scheduler.JobRunnerResponse runJob​(com.atlassian.scheduler.JobRunnerRequest request)
        Deprecated.
        Specified by:
        runJob in interface com.atlassian.scheduler.JobRunner