in src/main/java/org/apache/jenkins/gitpubsub/ASFGitSCMFileSystem.java [391:394]
protected SCMFileSystem build(@NonNull String remote, StandardCredentials credentials, @NonNull SCMHead head,
SCMRevision rev) throws IOException, InterruptedException {
return new ASFGitSCMFileSystem(remote, head, rev);
}