public class HistoryModule extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HistoryModule.IssueHistoryData
Deprecated.
|
static class |
HistoryModule.IssueHistoryItem |
static class |
HistoryModule.IssueHistoryItemContainer |
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 |
---|
HistoryModule() |
Modifier and Type | Method and Description |
---|---|
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryItemContainer>> |
getHistoryItemContainers() |
List<HistoryModule.IssueHistoryItemContainer> |
getHistoryItemContainers(int expectedCount) |
com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryData>> |
getHistoryItems()
Deprecated.
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
hasLabels() |
@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 com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryItemContainer>> getHistoryItemContainers()
public List<HistoryModule.IssueHistoryItemContainer> getHistoryItemContainers(int expectedCount)
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasLabels()
@Deprecated public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryData>> getHistoryItems()
Copyright © 2002-2022 Atlassian. All Rights Reserved.