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