java.lang.Object | |
↳ | com.atlassian.jira.issue.index.IssueIndexingParams |
Clients of @PublicApi
can expect
that programs compiled against a given version will remain binary compatible with later versions of the
@PublicApi
as per each product's API policy as long as the client does not implement/extend
@PublicApi
interfaces or classes (refer to each product's API policy for the exact
guarantee---usually binary compatibility is guaranteed at least across minor versions).
@PublicApi
interfaces and classes are not designed to be implemented or extended by clients,
we may perform certain types of binary-incompatible changes to these classes and interfaces, but these will not
affect well-behaved clients that do not extend/implement these types (in general, only classes and interfaces
annotated with @PublicSpi
are safe to extend/implement).
Provides parameters required to conduct indexing or re-indexing JIRA issues.
IssueIndexingParams.Builder
to construct an instance of this class.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
IssueIndexingParams.Builder |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
INDEX_ALL | Sets all values to true. | ||||||||||
INDEX_ISSUE_ONLY | Only index the core issue values, not comments, history etc. | ||||||||||
INDEX_NONE | Sets all values to false. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return a new builder with the values initially set to those specified by issueIndexingParams
| |||||||||||
Return the number of indexes that needs to be updated
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Only index the core issue values, not comments, history etc. Issues will be reloaded from the database before indexing.
Return a new builder with the values initially set to those specified by issueIndexingParams
issueIndexingParams | The default values for new builder. Can not be null |
---|
Return the number of indexes that needs to be updated