Class MentionAnonymizationContext
java.lang.Object
com.atlassian.jira.user.anonymize.handlers.username.mention.MentionAnonymizationContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal ErrorCollection
final String
final String
final WarningCollection
-
Constructor Summary
ConstructorsConstructorDescriptionMentionAnonymizationContext
(UserPropertyChangeParameter changeParameter) MentionAnonymizationContext
(UserPropertyChangeParameter changeParameter, Function<String, String> usernameMapper) -
Method Summary
Modifier and TypeMethodDescriptionanonymizeMentions
(String str) boolean
int
hashCode()
toString()
withUsernameMapper
(Function<String, String> usernameMapper)
-
Field Details
-
mention
-
mentionReplacement
-
errors
-
warnings
-
-
Constructor Details
-
MentionAnonymizationContext
-
MentionAnonymizationContext
public MentionAnonymizationContext(UserPropertyChangeParameter changeParameter, Function<String, String> usernameMapper)
-
-
Method Details
-
withUsernameMapper
@Nonnull public MentionAnonymizationContext withUsernameMapper(@Nonnull Function<String, String> usernameMapper) -
anonymizeMentions
-
equals
-
hashCode
public int hashCode() -
toString
-