public class IssueEventParamsTransformerImpl extends Object implements IssueEventParamsTransformer
Constructor and Description |
---|
IssueEventParamsTransformerImpl(ApplicationProperties applicationProperties) |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
transformParams(Map<String,Object> issueEventParams)
Transforms the given issue event parameters, returning the ones that should be used instead.
|
public IssueEventParamsTransformerImpl(ApplicationProperties applicationProperties)
@Nonnull public Map<String,Object> transformParams(@Nullable Map<String,Object> issueEventParams)
IssueEventParamsTransformer
transformParams
in interface IssueEventParamsTransformer
issueEventParams
- The parameters of the issue event.Copyright © 2002-2022 Atlassian. All Rights Reserved.