Class GitHubWebHookForceUpdate
java.lang.Object
org.exoplatform.gamification.github.scheduled.GitHubWebHookForceUpdate
- All Implemented Interfaces:
org.quartz.Job
@DisallowConcurrentExecution
public class GitHubWebHookForceUpdate
extends Object
implements org.quartz.Job
A service that will manage the periodic updating of github webhooks, ensuring
that webhooks data remains current with external sources.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GitHubWebHookForceUpdate
public GitHubWebHookForceUpdate()
-
-
Method Details
-
execute
public void execute(org.quartz.JobExecutionContext context) - Specified by:
executein interfaceorg.quartz.Job
-