Interface ModifiedFilesCache

    • Method Detail

      • get

        com.google.common.collect.ImmutableList<ModifiedFile> get​(ModifiedFilesCacheKey key)
                                                           throws DiffNotAvailableException
        Returns the list of ModifiedFiles between the 2 git commits identified by the key
        Parameters:
        key - used to identify two git commits and contains other attributes to control the diff calculation.
        Throws:
        DiffNotAvailableException - the supplied commits IDs of the key do no exist, are not IDs of a commit, or an exception occurred while reading a pack file.