com.atlassian.jira.pageobjects.pages.viewissue
Class AddCommentSection
java.lang.Object
com.atlassian.jira.pageobjects.pages.viewissue.AddCommentSection
public class AddCommentSection
- extends Object
Represents add comment section on view issue page.
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddCommentSection
public AddCommentSection(ViewIssuePage parent)
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.