org.sonar.wsclient.issue
Interface IssueComment

All Known Implementing Classes:
DefaultIssueComment

public interface IssueComment

Since:
3.6

Method Summary
 Date createdAt()
           
 String htmlText()
           
 String key()
           
 String login()
           
 

Method Detail

key

String key()

htmlText

String htmlText()

login

String login()

createdAt

Date createdAt()


Copyright © 2009–2015 SonarSource. All rights reserved.