public class ModifiedValue<V> extends Object
Constructor and Description |
---|
ModifiedValue(V oldValue,
V newValue)
Construct a field modification pair.
|
Modifier and Type | Method and Description |
---|---|
V |
getNewValue() |
V |
getOldValue() |
public ModifiedValue(V oldValue, V newValue)
CustomField.getValue(com.atlassian.jira.issue.Issue)
oldValue
- the old valuenewValue
- the new valueCopyright © 2002-2021 Atlassian. All Rights Reserved.