com.atlassian.jira.functest.framework.page
Class ViewVotersPage

java.lang.Object
  extended by com.atlassian.jira.functest.framework.page.AbstractWebTestPage
      extended by com.atlassian.jira.functest.framework.page.ViewVotersPage
All Implemented Interfaces:
WebTestPage

public class ViewVotersPage
extends AbstractWebTestPage

Since:
v6.0

Field Summary
 
Fields inherited from class com.atlassian.jira.functest.framework.page.AbstractWebTestPage
funcTestHelperFactory
 
Constructor Summary
ViewVotersPage()
           
 
Method Summary
 String baseUrl()
           
 List<String> getCurrentVoters()
           
 
Methods inherited from class com.atlassian.jira.functest.framework.page.AbstractWebTestPage
getTableWithId, getTester, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewVotersPage

public ViewVotersPage()
Method Detail

baseUrl

public String baseUrl()

getCurrentVoters

public List<String> getCurrentVoters()


Copyright © 2002-2014 Atlassian. All Rights Reserved.