Package | Description |
---|---|
com.atlassian.bitbucket.idx |
Modifier and Type | Method and Description |
---|---|
IndexedCommit |
CommitIndex.getCommit(String commitId)
Retrieves the specified commit if it's been indexed.
|
Modifier and Type | Method and Description |
---|---|
Page<IndexedCommit> |
CommitIndex.findByProperty(String propertyKey,
String propertyValue,
boolean caseSensitive,
PageRequest pageRequest)
Retrieves all
indexed commits that have a given property with a specified value. |
Page<IndexedCommit> |
CommitIndex.search(IndexSearchRequest searchRequest,
PageRequest pageRequest)
Searches the index for any matching commits.
|
Copyright © 2022 Atlassian. All rights reserved.