public class ApplicationDataRefreshJobRunner extends Object implements com.atlassian.scheduler.JobRunner
Modifier and Type | Field and Description |
---|---|
static com.atlassian.scheduler.config.JobRunnerKey |
REFRESH_APPLICATION_DATA |
Constructor and Description |
---|
ApplicationDataRefreshJobRunner(com.atlassian.scheduler.SchedulerService schedulerService,
ApplicationManager applicationManager,
ApplicationLicensingService applicationLicensingService,
org.springframework.transaction.PlatformTransactionManager transactionManager,
LicenseService licenseService) |
Modifier and Type | Method and Description |
---|---|
void |
register() |
com.atlassian.scheduler.JobRunnerResponse |
runJob(com.atlassian.scheduler.JobRunnerRequest request) |
void |
unregister() |
public static final com.atlassian.scheduler.config.JobRunnerKey REFRESH_APPLICATION_DATA
public ApplicationDataRefreshJobRunner(com.atlassian.scheduler.SchedulerService schedulerService, ApplicationManager applicationManager, ApplicationLicensingService applicationLicensingService, org.springframework.transaction.PlatformTransactionManager transactionManager, LicenseService licenseService)
@PostConstruct public void register()
@PreDestroy public void unregister()
@Nullable public com.atlassian.scheduler.JobRunnerResponse runJob(com.atlassian.scheduler.JobRunnerRequest request)
runJob
in interface com.atlassian.scheduler.JobRunner
Copyright © 2021 Atlassian. All rights reserved.