Package com.atlassian.bitbucket.idx
Interface IndexedCommit
public interface IndexedCommit
Represents a commit that has been indexed.
- 
Method Summary
 
- 
Method Details
- 
getAuthorTimestamp
- Returns:
 - the timestamp when the commit was authored
 
 - 
getId
- Returns:
 - the commit ID
 
 - 
getRepositories
- Returns:
 - the repositories this commit has been indexed in, which may be empty but never 
null 
 
 -