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,
DcLicenseChecker dcLicenseChecker) |
| 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,
DcLicenseChecker dcLicenseChecker)
@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.JobRunnerCopyright © 2023 Atlassian. All rights reserved.