public class

ModifiedValue

extends Object
java.lang.Object
   ↳ com.atlassian.jira.issue.ModifiedValue<V>

Class Overview

Struct-like class for storing an old field value/new field value pair.

Summary

Public Constructors
ModifiedValue(V oldValue, V newValue)
Construct a field modification pair.
Public Methods
V getNewValue()
V getOldValue()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ModifiedValue (V oldValue, V newValue)

Construct a field modification pair. Objects are field-specific, eg. from getValue(Issue)

Parameters
oldValue the old value
newValue the new value

Public Methods

public V getNewValue ()

public V getOldValue ()