@Internal
public interface QuickSearchIndexer
Modifier and Type | Method and Description |
---|---|
long |
getEstimatedReindexTime() |
void |
indexAll(@NotNull Executor executor) |
void |
indexBranch(@NotNull ImmutableChainBranch branch) |
void |
indexChain(@NotNull ImmutableTopLevelPlan chain) |
void |
indexDeploymentProject(@NotNull InternalDeploymentProject deploymentProject) |
boolean |
indexProject(@NotNull Project project) |
void indexAll(@NotNull @NotNull Executor executor)
long getEstimatedReindexTime()
boolean indexProject(@NotNull @NotNull Project project)
void indexChain(@NotNull @NotNull ImmutableTopLevelPlan chain)
void indexBranch(@NotNull @NotNull ImmutableChainBranch branch)
void indexDeploymentProject(@NotNull @NotNull InternalDeploymentProject deploymentProject)
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.