com.atlassian.webdriver.jira.component.dashboard
Class Gadget
java.lang.Object
com.atlassian.webdriver.jira.component.dashboard.Gadget
public class Gadget
- extends Object
Implements a object for interacting with a JIRA Dashboard Gadget.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gadget
public Gadget(String id)
init
public void init()
view
public GadgetView view()
- Switches to the gadget iframe and returns a GadgetView which is the html page for the gadget.
- Returns:
minimize
public void minimize()
maximize
public void maximize()
refresh
public void refresh()
getGadgetTitle
public String getGadgetTitle()
Copyright © 2014 Atlassian. All rights reserved.