com.atlassian.jira.pageobjects.pages.viewissue
Class AddCommentSection

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.AddCommentSection

public class AddCommentSection
extends Object

Represents add comment section on view issue page.

Since:
v5.0

Constructor Summary
AddCommentSection(ViewIssuePage parent)
           
 
Method Summary
 ViewIssuePage add()
           
 ViewIssuePage cancel()
           
 String getComment()
           
 AddCommentSection selectMention(String userId)
           
 AddCommentSection typeComment(CharSequence... text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddCommentSection

public AddCommentSection(ViewIssuePage parent)
Method Detail

typeComment

public AddCommentSection typeComment(CharSequence... text)

getComment

public String getComment()

selectMention

public AddCommentSection selectMention(String userId)

add

public ViewIssuePage add()

cancel

public ViewIssuePage cancel()


Copyright © 2002-2012 Atlassian. All Rights Reserved.