org.sonar.wsclient.issue.internal
Class DefaultIssueChange

java.lang.Object
  extended by org.sonar.wsclient.issue.internal.DefaultIssueChange
All Implemented Interfaces:
IssueChange

public class DefaultIssueChange
extends Object
implements IssueChange

Since:
4.1

Method Summary
 Date creationDate()
           
 List<IssueChangeDiff> diffs()
           
 String user()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

user

public String user()
Specified by:
user in interface IssueChange

creationDate

public Date creationDate()
Specified by:
creationDate in interface IssueChange

diffs

public List<IssueChangeDiff> diffs()
Specified by:
diffs in interface IssueChange


Copyright © 2009–2015 SonarSource. All rights reserved.