com.atlassian.bamboo.builder.coverage
Class CloverPostBuildIndexWriter

java.lang.Object
  extended by com.atlassian.bamboo.builder.coverage.CloverPostBuildIndexWriter
All Implemented Interfaces:
CustomPostBuildIndexWriter, PostChainIndexWriter, BambooPluginModule

public class CloverPostBuildIndexWriter
extends java.lang.Object
implements CustomPostBuildIndexWriter, PostChainIndexWriter


Constructor Summary
CloverPostBuildIndexWriter()
           
 
Method Summary
 void updateIndexDocument(org.apache.lucene.document.Document document, BuildResultsSummary buildResultsSummary)
          Allows you to add lucene fields to the document
 void updateIndexDocument(org.apache.lucene.document.Document document, ChainResultsSummary chainResultsSummary)
          Allows you to add lucene fields to the document
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CloverPostBuildIndexWriter

public CloverPostBuildIndexWriter()
Method Detail

updateIndexDocument

public void updateIndexDocument(@NotNull
                                org.apache.lucene.document.Document document,
                                @NotNull
                                BuildResultsSummary buildResultsSummary)
Description copied from interface: CustomPostBuildIndexWriter
Allows you to add lucene fields to the document

Specified by:
updateIndexDocument in interface CustomPostBuildIndexWriter
Parameters:
document - - lucene index document

updateIndexDocument

public void updateIndexDocument(@NotNull
                                org.apache.lucene.document.Document document,
                                @NotNull
                                ChainResultsSummary chainResultsSummary)
Description copied from interface: PostChainIndexWriter
Allows you to add lucene fields to the document

Specified by:
updateIndexDocument in interface PostChainIndexWriter
Parameters:
document - - lucene index document


Copyright © 2011 Atlassian. All Rights Reserved.