Interface GetCommitLogBuilder

    • Method Detail

      • fetch

        GetCommitLogBuilder fetch​(org.projectnessie.api.params.FetchOption fetchOption)
        Will fetch additional metadata about each commit like operations in a commit and parent hash.
        Parameters:
        fetchOption - The option indicating how much info to fetch
        Returns:
        GetAllReferencesBuilder
      • untilHash

        GetCommitLogBuilder untilHash​(@Nullable @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes")
                                      @Pattern(regexp="^[0-9a-fA-F]{8,64}$",message="Hash must consist of the hex representation of 4-32 bytes") java.lang.String untilHash)