Interface CommitInfo


  • @Beta
    @NonNullByDefault
    public interface CommitInfo
    Base interface for tagging information about a successful commit. This can include various ways of identifying the resulting changeset, timing information or any other piece of data about the commit itself the implementation deems interesting to the client.
    Author:
    Robert Varga