@ExperimentalApi public class AnonymizationParameters extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
AnonymizationParameters.Builder |
Modifier and Type | Method and Description |
---|---|
static AnonymizationParameters.Builder |
builder() |
boolean |
equals(Object o) |
ApplicationUser |
getExecutor() |
String |
getNewOwnerKey() |
String |
getOldUserKey() |
String |
getOldUserName() |
String |
getUserKey() |
int |
hashCode() |
boolean |
isGetAffectedEntities()
Indicates whether affected entities should be used during validation phase.
|
boolean |
isRerunPluginPoints() |
String |
toString() |
public static AnonymizationParameters.Builder builder()
public boolean isRerunPluginPoints()
@Nullable public String getNewOwnerKey()
@Nonnull public ApplicationUser getExecutor()
@Nullable public String getOldUserKey()
UserPropertyChangeParameter.getOriginal()
to user key change handler.
Used when retrying interrupted user key change process when user key has already been changed internally but not
all UserKeyChangeHandler
s were executed.@Nullable public String getOldUserName()
UserPropertyChangeParameter.getOriginal()
to user name change handler.
Used when retrying interrupted user name change process when user name has already been changed internally but not
all UserNameChangeHandler
s were executed.public boolean isGetAffectedEntities()
Copyright © 2002-2024 Atlassian. All Rights Reserved.