Uses of Class
com.atlassian.bamboo.pageobjects.pages.admin.agent.ViewEphemeralAgentsPodsPage.TableElement
-
Packages that use ViewEphemeralAgentsPodsPage.TableElement Package Description com.atlassian.bamboo.pageobjects.pages.admin.agent -
-
Uses of ViewEphemeralAgentsPodsPage.TableElement in com.atlassian.bamboo.pageobjects.pages.admin.agent
Methods in com.atlassian.bamboo.pageobjects.pages.admin.agent that return ViewEphemeralAgentsPodsPage.TableElement Modifier and Type Method Description static ViewEphemeralAgentsPodsPage.TableElement
ViewEphemeralAgentsPodsPage.TableElement. valueOf(String name)
Returns the enum constant of this type with the specified name.static ViewEphemeralAgentsPodsPage.TableElement[]
ViewEphemeralAgentsPodsPage.TableElement. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.bamboo.pageobjects.pages.admin.agent with parameters of type ViewEphemeralAgentsPodsPage.TableElement Modifier and Type Method Description org.openqa.selenium.By
ViewEphemeralAgentsPodsPage. getLocator(ViewEphemeralAgentsPodsPage.TableElement element, String buildId)
com.atlassian.pageobjects.elements.PageElement
ViewEphemeralAgentsPodsPage. getTableElementForBuild(ViewEphemeralAgentsPodsPage.TableElement element, String buildId)
-