public interface PageWithSyncScheduler
Modifier and Type | Method and Description |
---|---|
void |
checkCronSchedule() |
void |
checkPollingInterval() |
default void |
setSyncScheduleType(String type) |
void checkPollingInterval()
void checkCronSchedule()
default void setSyncScheduleType(String type)
type
- supported types: SyncScheduleType.POLLING_INTERVAL
and SyncScheduleType.CRON_EXPRESSION
Copyright © 2021 Atlassian. All rights reserved.