public class AddCommentSection extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
add |
protected com.atlassian.pageobjects.elements.PageElement |
cancel |
protected com.atlassian.pageobjects.elements.PageElement |
comment |
protected com.atlassian.pageobjects.elements.PageElement |
commentForm |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.PageElement |
previewLink |
protected com.atlassian.pageobjects.elements.PageElement |
securityLevel |
protected com.atlassian.webdriver.AtlassianWebDriver |
webDriver |
Constructor and Description |
---|
AddCommentSection(ViewIssuePage parent) |
@Inject protected com.atlassian.webdriver.AtlassianWebDriver webDriver
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
protected com.atlassian.pageobjects.elements.PageElement comment
protected com.atlassian.pageobjects.elements.PageElement commentForm
protected com.atlassian.pageobjects.elements.PageElement add
protected com.atlassian.pageobjects.elements.PageElement cancel
protected com.atlassian.pageobjects.elements.PageElement previewLink
protected com.atlassian.pageobjects.elements.PageElement securityLevel
public AddCommentSection(ViewIssuePage parent)
@Deprecated public AddCommentSection typeComment(CharSequence... text)
typeInput(CharSequence...)
@Deprecated public String getComment()
getInput()
@Deprecated public com.atlassian.pageobjects.elements.query.TimedQuery<String> getCommentTimed()
getInputTimed()
@Deprecated public MentionsUserPicker mentions()
getMentions()
public AddCommentSection selectMention(String userId)
public AddCommentSection typeInput(CharSequence... text)
public String getInput()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getInputTimed()
public MentionsUserPicker getMentions()
public ViewIssuePage addAndWait()
public String addWithErrors()
public AddCommentSection closeErrors()
public ViewIssuePage cancel()
public void cancelNoWait()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isInPreviewMode()
public AddCommentSection previewMode()
public SecurityLevelSelect getSecurityLevelControl()
public String getSecurityLevelError()
public boolean isAddCommentPossible()
Copyright © 2002-2022 Atlassian. All Rights Reserved.