Skip to content
Gropius
Search
K
Main Navigation
Guide
Kotlin API
GraphQL
Login service
GitHub
Menu
Return to top
sync-github
/
gropius.sync.github
/
Scheduler
Scheduler
@
Configuration
@
EnableScheduling
class
Scheduler
(
val
githubSync
:
GithubSync
,
val
syncConfigurationProperties
:
SyncConfigurationProperties
,
val
githubConfigurationProperties
:
GithubConfigurationProperties
)
:
SchedulingConfigurer
Members
Constructors
Scheduler
Link copied to clipboard
constructor
(
githubSync
:
GithubSync
,
syncConfigurationProperties
:
SyncConfigurationProperties
,
githubConfigurationProperties
:
GithubConfigurationProperties
)
Properties
github
Configuration
Properties
Link copied to clipboard
private
val
githubConfigurationProperties
:
GithubConfigurationProperties
github
Sync
Link copied to clipboard
private
val
githubSync
:
GithubSync
sync
Configuration
Properties
Link copied to clipboard
private
val
syncConfigurationProperties
:
SyncConfigurationProperties
Functions
configure
Tasks
Link copied to clipboard
open
override
fun
configureTasks
(
taskRegistrar
:
ScheduledTaskRegistrar
)