Class GitHubWebHookForceUpdateTask

java.lang.Object
io.meeds.github.gamification.scheduling.task.GitHubWebHookForceUpdateTask

@Component public class GitHubWebHookForceUpdateTask extends Object
A service that will manage the periodic updating of twitter events.
  • Constructor Details

    • GitHubWebHookForceUpdateTask

      public GitHubWebHookForceUpdateTask()
  • Method Details

    • execute

      @Scheduled(cron="${io.meeds.gamification.GitHubWebHookForceUpdate.expression:0 0 * * * *}") public void execute()