Class UserPropertyChangeParameter
java.lang.Object
com.atlassian.jira.user.anonymize.UserPropertyChangeParameter
- All Implemented Interfaces:
TaskContextAware
- Direct Known Subclasses:
UserPropertyChangeParameterWithAdditionalData
Contains original and target values of the user property being changed.
Also contains
context
to report progress to.- Since:
- 8.3
-
Constructor Summary
ConstructorsConstructorDescriptionUserPropertyChangeParameter
(String original, String target, Context context) -
Method Summary
-
Constructor Details
-
UserPropertyChangeParameter
-
-
Method Details
-
getOriginal
Original value of the parameter, e.g. user key/username, to be changed. -
getTarget
Target parameter value, e.g. user key/username, to be assigned. -
getContext
Context to report progress to.Proper implementation is only available during the execution of
AnonymizationHandler.update(Object)
orAnonymizationHandler.update(Object)
. When trying to access it in other methods, the behavior of the returned object is unspecified.- Specified by:
getContext
in interfaceTaskContextAware
-
equals
-
hashCode
public int hashCode() -
toString
-