Class UserPropertyChangeParameter

java.lang.Object
com.atlassian.jira.user.anonymize.UserPropertyChangeParameter
All Implemented Interfaces:
TaskContextAware
Direct Known Subclasses:
UserPropertyChangeParameterWithAdditionalData

public class UserPropertyChangeParameter extends Object implements TaskContextAware
Contains original and target values of the user property being changed. Also contains context to report progress to.
Since:
8.3
  • Constructor Details

    • UserPropertyChangeParameter

      public UserPropertyChangeParameter(@Nonnull String original, @Nonnull String target, @Nonnull Context context)
  • Method Details