public class ExpectedChangeHistoryItem extends Object
Constructor and Description |
---|
ExpectedChangeHistoryItem(String fieldName,
Iterable<String> oldValue,
Iterable<String> newValue) |
ExpectedChangeHistoryItem(String fieldName,
String oldValue,
String newValue) |
Modifier and Type | Method and Description |
---|---|
String |
getFieldName() |
Collection<String> |
getNewValues() |
Collection<String> |
getOldValues() |
int |
hashCode() |
String |
toString() |
public ExpectedChangeHistoryItem(String fieldName, String oldValue, String newValue)
public String getFieldName()
public Collection<String> getOldValues()
public Collection<String> getNewValues()
Copyright © 2002-2024 Atlassian. All Rights Reserved.