@Deprecated public class BuildResultsSummaryDocumentFactory extends Object
BuildResultsSummary
into a Lucene Document
to be indexed.Modifier and Type | Field and Description |
---|---|
static IndexedEntityDateField |
FIELD_BUILD_COMPLETED_DATE
Deprecated.
|
static IndexedEntityDateField |
FIELD_BUILD_DATE
Deprecated.
|
Constructor and Description |
---|
BuildResultsSummaryDocumentFactory(com.atlassian.plugin.PluginAccessor pluginAccessor,
TriggerManager triggerManager,
StorageTagService storageTagService)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
BuildResultsSummaryDocument |
getBuildResultsSummary(org.apache.lucene.document.Document doc)
Deprecated.
|
org.apache.lucene.document.Document |
getDocument(ResultsSummary summary,
ImmutableChain chain,
ImmutablePlan plan)
Deprecated.
|
void |
setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Deprecated.
|
public static final IndexedEntityDateField FIELD_BUILD_COMPLETED_DATE
public static final IndexedEntityDateField FIELD_BUILD_DATE
public BuildResultsSummaryDocumentFactory(com.atlassian.plugin.PluginAccessor pluginAccessor, TriggerManager triggerManager, StorageTagService storageTagService)
public org.apache.lucene.document.Document getDocument(@NotNull ResultsSummary summary, @NotNull ImmutableChain chain, @Nullable ImmutablePlan plan)
public BuildResultsSummaryDocument getBuildResultsSummary(org.apache.lucene.document.Document doc)
public void setResultsSummaryManager(ResultsSummaryManager resultsSummaryManager)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.