public class CloverPostBuildIndexWriter extends Object implements CustomPostBuildIndexWriter, PostChainIndexWriter
Constructor and Description |
---|
CloverPostBuildIndexWriter() |
Modifier and Type | Method and Description |
---|---|
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
|
public void updateIndexDocument(@NotNull org.apache.lucene.document.Document document, @NotNull BuildResultsSummary buildResultsSummary)
CustomPostBuildIndexWriter
updateIndexDocument
in interface CustomPostBuildIndexWriter
document
- - lucene index documentpublic void updateIndexDocument(@NotNull org.apache.lucene.document.Document document, @NotNull ChainResultsSummary chainResultsSummary)
PostChainIndexWriter
updateIndexDocument
in interface PostChainIndexWriter
document
- - lucene index documentCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.