com.atlassian.jira.webtest.framework.impl.selenium.gadget
Class ReferenceGadgetImpl

java.lang.Object
  extended by com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
      extended by com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
          extended by com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractLocatorBasedPageObject
              extended by com.atlassian.jira.webtest.framework.impl.selenium.core.component.AbstractSeleniumComponent<Dashboard>
                  extended by com.atlassian.jira.webtest.framework.impl.selenium.gadget.AbstractGadget
                      extended by com.atlassian.jira.webtest.framework.impl.selenium.gadget.ReferenceGadgetImpl
All Implemented Interfaces:
Component<Dashboard>, Localizable, PageObject, Gadget, ReferenceGadget

public class ReferenceGadgetImpl
extends AbstractGadget
implements ReferenceGadget

Default implementation of ReferenceGadget.

Since:
v4.3

Field Summary
 
Fields inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
assertThat, client, context, timeouts
 
Constructor Summary
ReferenceGadgetImpl(Dashboard dashboard, SeleniumContext context)
           
ReferenceGadgetImpl(int id, Dashboard dashboard, SeleniumContext context)
           
 
Method Summary
 TimedQuery<String> referenceEndpointResponse()
          Return reference endpoint response as visible by the user of this gadget.
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.gadget.AbstractGadget
detector, frameLocator, id, inGadget, inGadget, isReady, locator, name, retrieveIdForSingleGadget, titleLocator
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.component.AbstractSeleniumComponent
parent
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.AbstractSeleniumPageObject
body, conditions, css, forClass, id, jQuery, locatorFor, name, queries, waitFor, xpath
 
Methods inherited from class com.atlassian.jira.webtest.framework.impl.selenium.core.SeleniumContextAware
context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.webtest.framework.gadget.Gadget
frameLocator, id, name
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.Localizable
locator
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.component.Component
parent
 
Methods inherited from interface com.atlassian.jira.webtest.framework.core.PageObject
context, isReady
 

Constructor Detail

ReferenceGadgetImpl

public ReferenceGadgetImpl(int id,
                           Dashboard dashboard,
                           SeleniumContext context)

ReferenceGadgetImpl

public ReferenceGadgetImpl(Dashboard dashboard,
                           SeleniumContext context)
Method Detail

referenceEndpointResponse

public TimedQuery<String> referenceEndpointResponse()
Description copied from interface: ReferenceGadget
Return reference endpoint response as visible by the user of this gadget.

Specified by:
referenceEndpointResponse in interface ReferenceGadget
Returns:
reference resource response displayed within this reference gadget


Copyright © 2002-2013 Atlassian. All Rights Reserved.