public interface

IndexedCommit

com.atlassian.bitbucket.idx.IndexedCommit

Class Overview

Represents a commit that has been indexed.

Summary

Public Methods
@Nonnull Date getAuthorTimestamp()
@Nonnull String getId()
@Nonnull Set<Repository> getRepositories()

Public Methods

@Nonnull public Date getAuthorTimestamp ()

Returns
  • the timestamp when the commit was authored

@Nonnull public String getId ()

Returns
  • the commit ID

@Nonnull public Set<Repository> getRepositories ()

Returns
  • the repositories this commit has been indexed in, which may be empty but never null