Class UserAnonymizationParameter
java.lang.Object
com.atlassian.jira.user.anonymize.UserAnonymizationParameter
- All Implemented Interfaces:
TaskContextAware
- Direct Known Subclasses:
UserAnonymizationParameterWithAdditionalData
Contains identifiers of the user to be anonymized.
Also contains
context to report progress to.- Since:
- 8.3
-
Constructor Summary
ConstructorsConstructorDescriptionUserAnonymizationParameter(String userKey) UserAnonymizationParameter(String userKey, Context context) -
Method Summary
-
Constructor Details
-
UserAnonymizationParameter
-
UserAnonymizationParameter
-
-
Method Details
-
getUserKey
The user key of the user to be anonymized. -
getContext
Context to report progress to.Proper implementation is only available during the execution of
AnonymizationHandler.update(Object). When trying to access it in other methods, the behavior of the returned object is unspecified.- Specified by:
getContextin interfaceTaskContextAware
-
equals
-
hashCode
public int hashCode() -
toString
-