public class

Comment

extends Object
java.lang.Object
   ↳ com.atlassian.jira.functest.framework.parser.comment.Comment

Class Overview

Simple class to hold the comment as shown on the view issue page.

Summary

Public Constructors
Comment()
Comment(String comment, String details)
Public Methods
boolean equals(Object o)
String getComment()
String getDetails()
int hashCode()
void setComment(String comment)
void setDetails(String details)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Comment ()

public Comment (String comment, String details)

Public Methods

public boolean equals (Object o)

public String getComment ()

public String getDetails ()

public int hashCode ()

public void setComment (String comment)

public void setDetails (String details)