static Document fetchDocument()

in src/main/java/org/apache/jenkins/gitpubsub/ASFGitSCMFileSystem.java [338:341]


    static Document fetchDocument(String commitUrl) throws InterruptedException, IOException {
        preRequestSleep();
        return Jsoup.parse(new URL(commitUrl), REQUEST_TIMEOUT);
    }