@Component public class SendAnalyticsJobRunner extends Object implements com.atlassian.scheduler.JobRunner, org.springframework.beans.factory.DisposableBean
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
SendAnalyticsJobRunner(com.atlassian.scheduler.SchedulerService schedulerService,
com.atlassian.event.api.EventPublisher eventPublisher,
SchedulerConfiguration schedulerConfiguration,
ApdexService apdexService) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
com.atlassian.scheduler.JobRunnerResponse |
runJob(com.atlassian.scheduler.JobRunnerRequest request) |
com.atlassian.scheduler.JobRunnerResponse |
sendAnalytics() |
@Inject
public SendAnalyticsJobRunner(com.atlassian.scheduler.SchedulerService schedulerService,
com.atlassian.event.api.EventPublisher eventPublisher,
SchedulerConfiguration schedulerConfiguration,
ApdexService apdexService)
@Nullable public com.atlassian.scheduler.JobRunnerResponse runJob(@Nonnull com.atlassian.scheduler.JobRunnerRequest request)
runJob in interface com.atlassian.scheduler.JobRunnerpublic com.atlassian.scheduler.JobRunnerResponse sendAnalytics()
public void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanCopyright © 2002-2022 Atlassian. All Rights Reserved.