net.thucydides.plugins.jira.model
Class IssueComment

Package class diagram package IssueComment
java.lang.Object
  extended by net.thucydides.plugins.jira.model.IssueComment

public class IssueComment
extends Object

A comment associated with a given issue.


Constructor Summary
IssueComment(Long id, String text, String author)
           
 
Method Summary
 String getAuthor()
           
 Long getId()
           
 String getText()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IssueComment

public IssueComment(Long id,
                    String text,
                    String author)
Method Detail

getId

public Long getId()

getText

public String getText()

getAuthor

public String getAuthor()


Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.