com.atlassian.bamboo.utils
Class XmlDiffFinder

java.lang.Object
  extended by com.atlassian.bamboo.utils.XmlDiffFinder

public class XmlDiffFinder
extends java.lang.Object


Nested Class Summary
static class XmlDiffFinder.DefaultFieldChange
           
 
Constructor Summary
XmlDiffFinder(java.lang.String xmlData, java.lang.String newXmlData)
           
 
Method Summary
 java.util.List<AuditLogService.FieldChange> findChanges()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlDiffFinder

public XmlDiffFinder(java.lang.String xmlData,
                     java.lang.String newXmlData)
Method Detail

findChanges

@NotNull
public java.util.List<AuditLogService.FieldChange> findChanges()


Copyright © 2012 Atlassian. All Rights Reserved.