java.lang.Object |
↳ |
com.atlassian.jira.pageobjects.pages.viewissue.AddCommentSection |
Class Overview
Represents add comment section on view issue page.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
protected
PageElement
add
protected
PageElement
cancel
protected
PageElement
comment
protected
PageElement
commentForm
protected
PageBinder
pageBinder
protected
PageElement
previewLink
protected
PageElement
securityLevel
protected
AtlassianWebDriver
webDriver
Public Constructors
Public Methods
Adds and waits for issue to refresh
public
String
addWithErrors
()
Comment errors get displayed on the dialog. After receiving an error use this method to make sure the dialog
gets closed.
public
TimedQuery<String>
getCommentTimed
()
public
String
getSecurityLevelError
()
public
boolean
isAddCommentPossible
()
public
TimedQuery<Boolean>
isInPreviewMode
()