Uses of Interface
com.atlassian.bitbucket.idx.IndexedCommit
Packages that use IndexedCommit
-
Uses of IndexedCommit in com.atlassian.bitbucket.idx
Methods in com.atlassian.bitbucket.idx that return IndexedCommitModifier and TypeMethodDescriptionRetrieves the specified commit if it's been indexed.Methods in com.atlassian.bitbucket.idx that return types with arguments of type IndexedCommitModifier and TypeMethodDescriptionCommitIndex.findByProperty
(String propertyKey, String propertyValue, boolean caseSensitive, PageRequest pageRequest) Retrieves allindexed commits
that have a given property with a specified value.CommitIndex.search
(IndexSearchRequest searchRequest, PageRequest pageRequest) Searches the index for any matching commits.