Uses of Interface
com.atlassian.bitbucket.idx.IndexingContext
Packages that use IndexingContext
- 
Uses of IndexingContext in com.atlassian.bitbucket.idxMethods in com.atlassian.bitbucket.idx with parameters of type IndexingContextModifier and TypeMethodDescriptionvoidCommitIndexer.onAfterIndexing(IndexingContext context) Called after the last commit has been processed to allow the indexer to perform any cleanup it needs.voidCommitIndexer.onBeforeIndexing(IndexingContext context) Called before the first commit is processed to allow the indexer to perform any setup it needs.voidCommitIndexer.onCommitAdded(com.atlassian.bitbucket.commit.Commit commit, IndexingContext context) Called for each new commit that is added to the repository.voidCommitIndexer.onCommitRemoved(com.atlassian.bitbucket.commit.Commit commit, IndexingContext context) Called for each existing commit that is removed from the repository.