public interface CommitEnricher
| Modifier and Type | Method and Description | 
|---|---|
Commit | 
enrich(Repository repository,
      Commit commit,
      Collection<String> propertyKeys)  | 
Page<Commit> | 
enrichPage(Repository repository,
          Page<Commit> page,
          Collection<String> propertyKeys)  | 
@Nonnull Commit enrich(@Nonnull Repository repository, @Nonnull Commit commit, @Nullable Collection<String> propertyKeys)
repository - the repository the commit was retrieved fromcommit - the commit to enrichpropertyKeys - keys for CommitIndex properties to load@Nonnull Page<Commit> enrichPage(@Nonnull Repository repository, @Nonnull Page<Commit> page, @Nullable Collection<String> propertyKeys)
repository - the repository the commits were retrieved frompage - the page of commits to enrichpropertyKeys - keys for CommitIndex properties to loadCopyright © 2022 Atlassian. All rights reserved.