org.sonar.api.workflow
Interface Comment

All Known Implementing Classes:
DefaultComment

@Beta
public interface Comment

Since:
3.1

Method Summary
 String getMarkdownText()
           
 Long getUserId()
           
 Comment setMarkdownText(String s)
           
 Comment setUserId(Long l)
           
 

Method Detail

getMarkdownText

String getMarkdownText()

getUserId

Long getUserId()

setMarkdownText

Comment setMarkdownText(String s)

setUserId

Comment setUserId(Long l)


Copyright © 2009-2012 SonarSource. All Rights Reserved.