public void visitSources()

in src/main/java/org/apache/jenkins/gitpubsub/ASFGitSCMNavigator.java [150:153]


    public void visitSources(@NonNull SCMSourceObserver observer, @NonNull SCMSourceEvent<?> event)
            throws IOException, InterruptedException {
        visitSource(event.getSourceName(), observer);
    }