Class DagBasedRevisionCalculatorCache.RevisionVerificationKey

    • Constructor Detail

      • RevisionVerificationKey

        public RevisionVerificationKey​(long vcsRootId,
                                       @NotNull
                                       String startRevision,
                                       @NotNull
                                       Collection<String> stopRevisions,
                                       @NotNull
                                       CheckoutRules checkoutRules)