public class CreateIssueDescriptionField extends Object
Modifier and Type | Field and Description |
---|---|
protected com.atlassian.pageobjects.elements.PageElement |
description |
Constructor and Description |
---|
CreateIssueDescriptionField(com.atlassian.pageobjects.elements.PageElement item) |
Modifier and Type | Method and Description |
---|---|
String |
getInput() |
com.atlassian.pageobjects.elements.query.TimedQuery<String> |
getInputTimed() |
MentionsUserPicker |
getMentions() |
CreateIssueDescriptionField |
selectMention(String userId) |
CreateIssueDescriptionField |
typeInput(CharSequence... text) |
public CreateIssueDescriptionField(com.atlassian.pageobjects.elements.PageElement item)
public CreateIssueDescriptionField typeInput(CharSequence... text)
public String getInput()
public com.atlassian.pageobjects.elements.query.TimedQuery<String> getInputTimed()
public CreateIssueDescriptionField selectMention(String userId)
public MentionsUserPicker getMentions()
Copyright © 2002-2022 Atlassian. All Rights Reserved.