Package com.atlassian.jira.issue.index
Class IssueIndexingParams.Builder
java.lang.Object
com.atlassian.jira.issue.index.IssueIndexingParams.Builder
- Enclosing class:
- IssueIndexingParams
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIndexingParams
(IssueIndexingParams issueIndexingParams) Creates builder with ORs on each parambuild()
setChangeHistory
(boolean indexChangeHistory) setComments
(boolean indexComments) setForceReloadFromDatabase
(boolean ignored) Deprecated.setIssues
(boolean indexIssues) setWorklogs
(boolean indexWorklogs)
-
Constructor Details
-
Builder
public Builder() -
Builder
- Parameters:
issueIndexingParams
- The parameters to default this builder to. Can not be null- Since:
- v7.0
-
-
Method Details
-
addIndexingParams
Creates builder with ORs on each param -
setIssues
-
setChangeHistory
-
setComments
-
setWorklogs
-
setForceReloadFromDatabase
Deprecated.Since Jira 9.0 issue version is required so issue is always reloaded -
withChangeHistory
-
withComments
-
withWorklogs
-
withoutIssues
-
build
-