com.atlassian.jira.webtest.framework.gadget
Interface ReferenceGadget

All Superinterfaces:
Component<Dashboard>, Gadget, Localizable, PageObject
All Known Implementing Classes:
ReferenceGadgetImpl

public interface ReferenceGadget
extends Gadget

Reference gadget representation.

Reference gadget does not do a lot except for calling the reference (non-)endpoint resource and display its answer.

Since:
v4.3

Method Summary
 TimedQuery<String> referenceEndpointResponse()
          Return reference endpoint response as visible by the user of this gadget.
 
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
 

Method Detail

referenceEndpointResponse

TimedQuery<String> referenceEndpointResponse()
Return reference endpoint response as visible by the user of this gadget.

Returns:
reference resource response displayed within this reference gadget


Copyright © 2002-2013 Atlassian. All Rights Reserved.