@Immutable @PublicApi public class IssueIndexingParams extends Object
IssueIndexingParams.Builder
to construct an instance of this class.INDEX_ALL
,
INDEX_ISSUE_ONLY
,
INDEX_NONE
Modifier and Type | Class and Description |
---|---|
static class |
IssueIndexingParams.Builder |
Modifier and Type | Field and Description |
---|---|
static IssueIndexingParams |
INDEX_ALL
Sets all values to true.
|
static IssueIndexingParams |
INDEX_ISSUE_ONLY
Only index the core issue values, not comments, history etc.
|
static IssueIndexingParams |
INDEX_NONE
Sets all values to false.
|
Modifier and Type | Method and Description |
---|---|
static IssueIndexingParams.Builder |
builder() |
static IssueIndexingParams.Builder |
builder(IssueIndexingParams issueIndexingParams)
Return a new builder with the values initially set to those specified by issueIndexingParams
|
boolean |
equals(Object o) |
int |
getAffectedIndexCount()
Return the number of indexes that needs to be updated
|
int |
hashCode() |
boolean |
isForceReloadFromDatabase() |
boolean |
isIndex() |
boolean |
isIndexAll() |
boolean |
isIndexChangeHistory() |
boolean |
isIndexComments() |
boolean |
isIndexIssues() |
boolean |
isIndexWorklogs() |
String |
toString() |
public static IssueIndexingParams INDEX_NONE
public static IssueIndexingParams INDEX_ISSUE_ONLY
public static IssueIndexingParams INDEX_ALL
public static IssueIndexingParams.Builder builder()
public static IssueIndexingParams.Builder builder(@Nonnull IssueIndexingParams issueIndexingParams)
issueIndexingParams
- The default values for new builder. Can not be nullpublic boolean isIndexIssues()
public boolean isIndexChangeHistory()
public boolean isIndexComments()
public boolean isIndexWorklogs()
public boolean isForceReloadFromDatabase()
public boolean isIndex()
public boolean isIndexAll()
public int getAffectedIndexCount()
Copyright © 2002-2018 Atlassian. All Rights Reserved.