Package ru.slie.luna.issue.index
Class IssueIndexParams
java.lang.Object
ru.slie.luna.issue.index.IssueIndexParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IssueIndexParamsstatic final IssueIndexParamsstatic final IssueIndexParams -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanwithChanges(boolean changes) withComments(boolean comments) withIssues(boolean issues) withWorklogs(boolean worklogs)
-
Field Details
-
ONLY_CHANGES
-
ONLY_ISSUES
-
FULL
-
-
Constructor Details
-
IssueIndexParams
public IssueIndexParams()
-
-
Method Details
-
withChanges
-
withComments
-
withIssues
-
withWorklogs
-
getReindexChanges
public boolean getReindexChanges() -
getReindexComments
public boolean getReindexComments() -
getReindexIssue
public boolean getReindexIssue() -
getReindexWorklogs
public boolean getReindexWorklogs()
-