Class ChangeHistoryField
java.lang.Object
com.atlassian.jira.functest.framework.changehistory.ChangeHistoryField
A simple representation of a chanhe history field value, with old and new values
- Since:
- v3.13
-
Constructor Summary
ConstructorsConstructorDescriptionChangeHistoryField(ChangeHistorySet set, String fieldName, String oldValue, String newValue) -
Method Summary