Package | Description |
---|---|
com.atlassian.bitbucket.idx |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Copyright © 2024 Atlassian. All rights reserved.