Uses of Interface
org.sonar.api.issue.IssueComment

Packages that use IssueComment
org.sonar.api.issue   
org.sonar.api.issue.internal This package contains classes that MUST NOT be used by plugins, except for unit testing. 
 

Uses of IssueComment in org.sonar.api.issue
 

Methods in org.sonar.api.issue that return types with arguments of type IssueComment
 List<IssueComment> Issue.comments()
          Non-null list of comments, ordered by chronological order.
 

Uses of IssueComment in org.sonar.api.issue.internal
 

Classes in org.sonar.api.issue.internal that implement IssueComment
 class DefaultIssueComment
          PLUGINS MUST NOT BE USED THIS CLASS, EXCEPT FOR UNIT TESTING.
 

Methods in org.sonar.api.issue.internal that return types with arguments of type IssueComment
 List<IssueComment> DefaultIssue.comments()
           
 



Copyright © 2009–2015 SonarSource. All rights reserved.