public class UserPropertyChangeParameter extends Object implements TaskContextAware
context
to report progress to.Constructor and Description |
---|
UserPropertyChangeParameter(String original,
String target,
Context context) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Context |
getContext()
Context to report progress to.
|
String |
getOriginal()
Original value of the parameter, e.g.
|
String |
getTarget()
Target parameter value, e.g.
|
int |
hashCode() |
String |
toString() |
@Nonnull public String getOriginal()
@Nonnull public String getTarget()
@Nonnull public Context getContext()
Proper implementation is only available during the execution of AnonymizationHandler.update(Object)
or AnonymizationHandler.update(Object)
.
When trying to access it in other methods, the behavior of the returned object is unspecified.
getContext
in interface TaskContextAware
Copyright © 2002-2023 Atlassian. All Rights Reserved.