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

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

public class CommentsModule
extends Object

Since:
v6.0

Nested Class Summary
 class CommentsModule.CommentData
           
 
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
CommentsModule(String issueKey)
           
 
Method Summary
 List<CommentsModule.CommentData> getComments()
           
 
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

CommentsModule

public CommentsModule(String issueKey)
Method Detail

getComments

public List<CommentsModule.CommentData> getComments()


Copyright © 2002-2014 Atlassian. All Rights Reserved.