com.atlassian.bamboo.index
Interface CustomPostBuildIndexWriter
- All Superinterfaces:
- BambooPluginModule
- All Known Implementing Classes:
- CloverPostBuildIndexWriter
public interface CustomPostBuildIndexWriter
- extends BambooPluginModule
Provides a hook into the indexing code put in your own information to the index
updateIndexDocument
void updateIndexDocument(@NotNull
org.apache.lucene.document.Document document,
@NotNull
BuildResultsSummary buildResults)
- Allows you to add lucene fields to the document
- Parameters:
document
- - lucene index documentbuildResults
-
Copyright © 2011 Atlassian. All Rights Reserved.