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)
CustomPostBuildIndexWriterupdateIndexDocument in interface CustomPostBuildIndexWriterdocument - - lucene index documentpublic void updateIndexDocument(@NotNull
org.apache.lucene.document.Document document,
@NotNull
ChainResultsSummary chainResultsSummary)
PostChainIndexWriterupdateIndexDocument in interface PostChainIndexWriterdocument - - lucene index documentCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.