org.sonar.wsclient.issue
Interface IssueChangeDiff

All Known Implementing Classes:
DefaultIssueChangeDiff

public interface IssueChangeDiff

Since:
4.1

Method Summary
 String key()
           
 Object newValue()
           
 Object oldValue()
           
 

Method Detail

key

String key()

newValue

@CheckForNull
Object newValue()

oldValue

@CheckForNull
Object oldValue()


Copyright © 2009-2014 SonarSource. All Rights Reserved.