Interface IndexedCommit


public interface IndexedCommit
Represents a commit that has been indexed.
  • Method Details

    • getAuthorTimestamp

      @Nonnull Date getAuthorTimestamp()
      Returns:
      the timestamp when the commit was authored
    • getId

      @Nonnull String getId()
      Returns:
      the commit ID
    • getRepositories

      @Nonnull Set<Repository> getRepositories()
      Returns:
      the repositories this commit has been indexed in, which may be empty but never null