com.atlassian.jira.pageobjects.pages.viewissue
Class HistoryModule

java.lang.Object
  extended by com.atlassian.jira.pageobjects.pages.viewissue.HistoryModule

public class HistoryModule
extends Object

Since:
v5.1

Nested Class Summary
static class HistoryModule.IssueHistoryData
           
 
Field Summary
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 Summary
HistoryModule()
           
 
Method Summary
 com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryData>> getHistoryItems()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasLabels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageElementFinder

@Inject
protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder

extendedElementFinder

@Inject
protected ExtendedElementFinder extendedElementFinder

pageBinder

@Inject
protected com.atlassian.pageobjects.PageBinder pageBinder

timeouts

@Inject
protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts

itemLocator

protected final com.google.common.base.Function<String,org.openqa.selenium.By> itemLocator
Constructor Detail

HistoryModule

public HistoryModule()
Method Detail

getHistoryItems

public com.atlassian.pageobjects.elements.query.TimedQuery<Iterable<HistoryModule.IssueHistoryData>> getHistoryItems()

hasLabels

public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> hasLabels()


Copyright © 2002-2013 Atlassian. All Rights Reserved.