public class CommentsModule extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CommentsModule.CommentData |
| Modifier and Type | Field and Description |
|---|---|
protected ExtendedElementFinder |
extendedElementFinder |
protected com.google.common.base.Function<String,org.openqa.selenium.By> |
itemLocator |
protected com.atlassian.pageobjects.PageBinder |
pageBinder |
protected com.atlassian.pageobjects.elements.PageElementFinder |
pageElementFinder |
protected com.atlassian.pageobjects.elements.timeout.Timeouts |
timeouts |
| Constructor and Description |
|---|
CommentsModule(String issueKey) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<List<CommentsModule.CommentData>> |
getComments() |
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
@Inject protected ExtendedElementFinder extendedElementFinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
protected final com.google.common.base.Function<String,org.openqa.selenium.By> itemLocator
public CommentsModule(String issueKey)
public com.atlassian.pageobjects.elements.query.TimedQuery<List<CommentsModule.CommentData>> getComments()
Copyright © 2002-2019 Atlassian. All Rights Reserved.