Class HistoryModule
java.lang.Object
com.atlassian.jira.pageobjects.pages.viewissue.HistoryModule
- Since:
- v5.1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Deprecated.static class
static class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ExtendedElementFinder
protected final com.google.common.base.Function<String,
org.openqa.selenium.By> protected com.atlassian.pageobjects.PageBinder
protected com.atlassian.pageobjects.elements.PageElementFinder
protected com.atlassian.pageobjects.elements.timeout.Timeouts
protected TraceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryItemContainer>>
getHistoryItemContainers
(int expectedCount) com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryData>>
Deprecated.com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
loadMore()
-
Field Details
-
pageElementFinder
@Inject protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder -
extendedElementFinder
-
pageBinder
@Inject protected com.atlassian.pageobjects.PageBinder pageBinder -
timeouts
@Inject protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts -
traceContext
-
itemLocator
-
-
Constructor Details
-
HistoryModule
public HistoryModule()
-
-
Method Details
-
getHistoryItemContainers
public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryItemContainer>> getHistoryItemContainers() -
getHistoryItemContainers
-
hasLabels
-
hasLoadMoreButton
-
loadMore
-
getHistoryItems
@Deprecated public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryData>> getHistoryItems()Deprecated.
-