public class IssueHistoryCustomFieldMultiUserKeyChangeHandler extends IssueHistoryUserKeyChangeHandler
jiraAuthenticationContext, queryDslAccessor
Constructor and Description |
---|
IssueHistoryCustomFieldMultiUserKeyChangeHandler(JiraAuthenticationContext jiraAuthenticationContext,
QueryDslAccessor queryDslAccessor,
DatabaseAccessor databaseAccessor,
IssueManager issueManager,
IssueIndexingService issueIndexingService,
int stepNumber) |
Modifier and Type | Method and Description |
---|---|
protected String |
getDescriptionKey() |
ServiceResult |
update(UserPropertyChangeParameter userPropertyChangeParameter)
Performs the update operations related to the affected entities.
|
getAffectedEntities, getAffectedEntitiesIds, getBaseQuery, getInfos, getNumberOfTasks, reindex, updateCustomField
public IssueHistoryCustomFieldMultiUserKeyChangeHandler(JiraAuthenticationContext jiraAuthenticationContext, QueryDslAccessor queryDslAccessor, DatabaseAccessor databaseAccessor, IssueManager issueManager, IssueIndexingService issueIndexingService, int stepNumber)
protected String getDescriptionKey()
getDescriptionKey
in class IssueHistoryUserKeyChangeHandler
@Nonnull public ServiceResult update(@Nonnull UserPropertyChangeParameter userPropertyChangeParameter)
AnonymizationHandler
This method is executed in a background task and thus its accuracy is more important than performance.
This method should be idempotent - multiple invocations of this method should lead to the same result. In other words when method fails we can call it again and finish operation.
During execution, the implementation class will update the progress by typically calling
Context.start(object);
on the context passed in parameter
, and subsequently call
Context.Task.complete();
on the the task object to indicate task has finished.
Implementation can also call Context.setName("Name of current step")
to describe the task that is currently processed.
update
in interface AnonymizationHandler<UserPropertyChangeParameter>
update
in class IssueHistoryUserKeyChangeHandler
userPropertyChangeParameter
- ParameterCopyright © 2002-2019 Atlassian. All Rights Reserved.
View cookie preferences