com.atlassian.bamboo.builder.coverage
Class CloverPostBuildIndexWriter

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

public class CloverPostBuildIndexWriter
extends java.lang.Object
implements CustomPostBuildIndexWriter


Constructor Summary
CloverPostBuildIndexWriter()
           
 
Method Summary
 void updateIndexDocument(org.apache.lucene.document.Document document, BuildResultsSummary resultsSummary)
          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 resultsSummary)
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


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.