com.atlassian.bamboo.index
Interface PostChainIndexWriter

All Superinterfaces:
BambooPluginModule
All Known Implementing Classes:
CloverPostBuildIndexWriter

public interface PostChainIndexWriter
extends BambooPluginModule

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, ChainResultsSummary chainResultsSummary)
          Allows you to add lucene fields to the document
 

Method Detail

updateIndexDocument

void updateIndexDocument(@NotNull
                         org.apache.lucene.document.Document document,
                         @NotNull
                         ChainResultsSummary chainResultsSummary)
Allows you to add lucene fields to the document

Parameters:
document - - lucene index document
chainResultsSummary -


Copyright © 2011 Atlassian. All Rights Reserved.