Class AutomationQueueMetricsJob

java.lang.Object
com.codebarrel.jira.plugin.automation.schedule.AutomationQueueMetricsJob
All Implemented Interfaces:
com.atlassian.scheduler.JobRunner, org.springframework.beans.factory.InitializingBean

@Component public class AutomationQueueMetricsJob extends Object implements com.atlassian.scheduler.JobRunner, org.springframework.beans.factory.InitializingBean
  • Constructor Details

  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • runJob

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