Package com.atlassian.jira.issue
Class ModifiedValue<V>
java.lang.Object
com.atlassian.jira.issue.ModifiedValue<V>
Struct-like class for storing an old field value/new field value pair.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModifiedValue
Construct a field modification pair. Objects are field-specific, eg. fromCustomField.getValue(com.atlassian.jira.issue.Issue)
- Parameters:
oldValue
- the old valuenewValue
- the new value
-
-
Method Details
-
getOldValue
-
getNewValue
-