Class ChangeMentionsInTextCustomFieldsDefaultValue
java.lang.Object
com.atlassian.jira.user.anonymize.handlers.username.mention.issue.ChangeMentionsInTextCustomFieldsDefaultValue
- All Implemented Interfaces:
AnonymizeMentionsCommand.Worker<GenericConfigurationDTO>
@ParametersAreNonnullByDefault
public class ChangeMentionsInTextCustomFieldsDefaultValue
extends Object
implements AnonymizeMentionsCommand.Worker<GenericConfigurationDTO>
-
Constructor Summary
ConstructorsConstructorDescriptionChangeMentionsInTextCustomFieldsDefaultValue(com.atlassian.event.api.EventPublisher eventPublisher) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidexecuteUpdateEntityQuery(GenericConfigurationDTO entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx)
-
Constructor Details
-
ChangeMentionsInTextCustomFieldsDefaultValue
public ChangeMentionsInTextCustomFieldsDefaultValue(com.atlassian.event.api.EventPublisher eventPublisher)
-
-
Method Details
-
executeUpdateEntityQuery
public void executeUpdateEntityQuery(GenericConfigurationDTO entity, QueryDslAccessor queryDslAccessor, MentionAnonymizationContext ctx) - Specified by:
executeUpdateEntityQueryin interfaceAnonymizeMentionsCommand.Worker<GenericConfigurationDTO>
-
getSavingErrorMessageKey
- Specified by:
getSavingErrorMessageKeyin interfaceAnonymizeMentionsCommand.Worker<GenericConfigurationDTO>
-
afterUpdates
public void afterUpdates()- Specified by:
afterUpdatesin interfaceAnonymizeMentionsCommand.Worker<GenericConfigurationDTO>
-