com.atlassian.jira.webtests
Class AbstractTestIssueNavigatorView.Comment

java.lang.Object
  extended by com.atlassian.jira.webtests.AbstractTestIssueNavigatorView.Comment
Enclosing class:
AbstractTestIssueNavigatorView

protected static class AbstractTestIssueNavigatorView.Comment
extends Object


Constructor Summary
AbstractTestIssueNavigatorView.Comment(String author, String created, String level, String value)
           
 
Method Summary
 String getAuthor()
           
 String getCreated()
           
 String getLevel()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestIssueNavigatorView.Comment

public AbstractTestIssueNavigatorView.Comment(String author,
                                              String created,
                                              String level,
                                              String value)
Method Detail

getAuthor

public String getAuthor()

getCreated

public String getCreated()

getLevel

public String getLevel()

getValue

public String getValue()


Copyright © 2002-2013 Atlassian. All Rights Reserved.