public void visitSources()

in src/main/java/org/apache/jenkins/gitpubsub/ASFGitSCMNavigator.java [159:162]


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