Package com.atlassian.bamboo.persister
Interface AuditLogService.FieldChange
-
- All Known Implementing Classes:
XmlDiffFinder.DefaultFieldChange
- Enclosing interface:
- AuditLogService
public static interface AuditLogService.FieldChange
Simple interface that provides information about a changed field.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFieldName()
String
getNewValue()
String
getOldValue()
-