@Internal @Deprecated public interface BuildResultsIndexer extends Indexer
| Modifier and Type | Method and Description |
|---|---|
void |
deIndexBuild(PlanKey planKey)
Deprecated.
|
void |
deIndexBuild(PlanKey planKey,
Set<String> affectedJiraIssuesKeys)
Deprecated.
|
void |
deIndexBuildResults(ResultsSummary summary,
boolean includeTests)
Deprecated.
|
void |
deIndexChainResults(ChainResultsSummary summary,
Set<String> affectedJiraIssuesKeys,
boolean includeTests)
Deprecated.
|
long |
indexChain(ImmutableChain plan)
Deprecated.
Indexes the build.
|
long |
indexJob(ImmutableChain immutableChain,
PlanKey jobKey)
Deprecated.
Indexes the job.
|
long |
indexJob(ImmutableJob plan)
Deprecated.
Indexes the build.
|
void |
indexResultSummary(ResultsSummary summary,
ImmutableChain chain,
ImmutablePlan plan)
Deprecated.
Schedules indexing of result summary
|
void |
reIndexBuildResults(ResultsSummary summary,
ImmutableChain chain,
ImmutablePlan plan,
boolean includeTests)
Deprecated.
|
void |
reIndexBuildResults(ResultsSummary summary,
ImmutableChain chain,
ImmutablePlan plan,
Set<String> affectedJiraIssuesKeys,
boolean includeTests)
Deprecated.
|
deleteIndex, getEstimatedReindexTime, getNumberOfDocuments, indexAlllong indexChain(ImmutableChain plan) throws Exception
plan - Exceptionlong indexJob(ImmutableJob plan) throws Exception
plan - Exceptionlong indexJob(ImmutableChain immutableChain, PlanKey jobKey) throws Exception
immutableChain - chain that job belongs tojobKey - jobKey (does not need to exist in DB)Exceptionvoid indexResultSummary(@NotNull
ResultsSummary summary,
@NotNull
ImmutableChain chain,
@Nullable
ImmutablePlan plan)
summary - ResultsSummary to be indexedplan - Plan this summary belongs tovoid reIndexBuildResults(@NotNull
ResultsSummary summary,
@NotNull
ImmutableChain chain,
@Nullable
ImmutablePlan plan,
boolean includeTests)
throws Exception
Exceptionvoid deIndexBuildResults(ResultsSummary summary, boolean includeTests)
void reIndexBuildResults(@NotNull
ResultsSummary summary,
@NotNull
ImmutableChain chain,
@Nullable
ImmutablePlan plan,
@Nullable
Set<String> affectedJiraIssuesKeys,
boolean includeTests)
throws Exception
summary - affectedJiraIssuesKeys - Exceptionvoid deIndexChainResults(@NotNull
ChainResultsSummary summary,
@Nullable
Set<String> affectedJiraIssuesKeys,
boolean includeTests)
summary - affectedJiraIssuesKeys - void deIndexBuild(@NotNull
PlanKey planKey)
throws Exception
ExceptionCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.