it.com.atlassian.gadgets.pages.util
Class DashboardGadgets

java.lang.Object
  extended by it.com.atlassian.gadgets.pages.util.DashboardGadgets

public final class DashboardGadgets
extends Object

Utilities for finding and manipulating gadgets on the dashboard.

Since:
1.2

Method Summary
static String findGadgetIdByTitle(com.atlassian.pageobjects.elements.PageElement dashboardContainer, String gadgetTitle)
           
static String findGadgetIdByTitleOrNull(com.atlassian.pageobjects.elements.PageElement dashboardContainer, String gadgetTitle)
           
static boolean hasGadgetWithId(com.atlassian.pageobjects.elements.PageElement dashboardContainer, String gadgetId)
           
static boolean hasGadgetWithTitle(com.atlassian.pageobjects.elements.PageElement dashboardContainer, String gadgetTitle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

findGadgetIdByTitle

public static String findGadgetIdByTitle(com.atlassian.pageobjects.elements.PageElement dashboardContainer,
                                         String gadgetTitle)

findGadgetIdByTitleOrNull

public static String findGadgetIdByTitleOrNull(com.atlassian.pageobjects.elements.PageElement dashboardContainer,
                                               String gadgetTitle)

hasGadgetWithTitle

public static boolean hasGadgetWithTitle(com.atlassian.pageobjects.elements.PageElement dashboardContainer,
                                         String gadgetTitle)

hasGadgetWithId

public static boolean hasGadgetWithId(com.atlassian.pageobjects.elements.PageElement dashboardContainer,
                                      String gadgetId)


Copyright © 2014 Atlassian. All Rights Reserved.