com.atlassian.bamboo.index
Interface CustomPostBuildIndexWriter

All Known Implementing Classes:
CloverPostBuildIndexWriter

public interface CustomPostBuildIndexWriter

Provides a hook into the indexing code put in your own information to the index


Method Summary
 void updateIndexDocument(org.apache.lucene.document.Document document, BuildResultsSummary buildResults)
          Allows you to add lucene fields to the document
 

Method Detail

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 document
buildResults -


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.