/** {@inheritDoc} */
 public void onSCMSourceUpdated(@NonNull SCMSource source) {
   SCMTrigger.SCMTriggerCause cause =
       new SCMTrigger.SCMTriggerCause(source.getDescriptor().getDisplayName());
   scheduleBuild(0, cause);
 }