Package com.atlassian.bamboo.utils
Class XmlDiffFinder
- java.lang.Object
-
- com.atlassian.bamboo.utils.XmlDiffFinder
-
public class XmlDiffFinder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XmlDiffFinder.DefaultFieldChange
-
Constructor Summary
Constructors Constructor Description XmlDiffFinder(@NotNull String xmlData, @NotNull String newXmlData)
XmlDiffFinder(@NotNull String xmlData, @NotNull String newXmlData, boolean isOrderImportant)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull List<AuditLogService.FieldChange>
findChanges()
-
-
-
Method Detail
-
findChanges
@NotNull public @NotNull List<AuditLogService.FieldChange> findChanges()
-
-