Class EditCommentDialog
java.lang.Object
com.atlassian.jira.pageobjects.dialogs.JiraDialog
com.atlassian.jira.pageobjects.dialogs.FormDialog
com.atlassian.jira.pageobjects.pages.viewissue.EditCommentDialog
Represents edit comment dialog on view issue page.
- Since:
- v5.0
-
Field Summary
Modifier and TypeFieldDescriptionprotected com.atlassian.pageobjects.elements.PageElement
protected com.atlassian.pageobjects.PageBinder
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
auiBlanket, form, FORM_SUBMITTING_CLASS, header, loading, messages
Fields inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
binder, CONTENT_AREA_CLASS, CONTENT_READY_CLASS, DIALOG_CLASS, DIALOG_OPEN_CLASS, driver, extendedFinder, HEADING_AREA_CLASS, id, javascriptExecutor, locator, queryFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()
com.atlassian.pageobjects.elements.query.TimedQuery<String>
selectMention
(String userId) void
setComment
(String comment) Deprecated.boolean
submit()
typeInput
(CharSequence... text) Methods inherited from class com.atlassian.jira.pageobjects.dialogs.FormDialog
acceptDirtyFormWarning, assertDialogClosed, assertDialogOpen, close, closeNoWait, escape, getAuiMessage, getFields, getFormErrorElements, getFormErrorList, getFormErrors, getTimedTitle, getTitle, hasFormErrors, initAbstractDialog, messages, ready, setElement, setField, submit, submit, submit, waitForFormErrors, waitUntilClosed, waitUntilHidden, waitWhileSubmitting
Methods inherited from class com.atlassian.jira.pageobjects.dialogs.JiraDialog
find, find, findAll, findAll, getDialogElement, isClosed, isInDOM, isOpen, waitUntilFinishedLoading
-
Field Details
-
pageBinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder -
comment
protected com.atlassian.pageobjects.elements.PageElement comment
-
-
Constructor Details
-
EditCommentDialog
public EditCommentDialog()
-
-
Method Details
-
submit
public boolean submit() -
getSecurityLevelControl
-
typeInput
-
setComment
Deprecated. -
getInput
-
getMentions
-
getInputTimed
-
selectMention
-
typeInput(CharSequence...)