Class CapabilitiesTableComponent.CapabilityRow
- java.lang.Object
-
- com.atlassian.pageobjects.elements.WebDriverElement
-
- com.atlassian.bamboo.pageobjects.components.capability.CapabilitiesTableComponent.CapabilityRow
-
- All Implemented Interfaces:
com.atlassian.pageobjects.elements.PageElement
,com.atlassian.pageobjects.elements.PageElementFinder
,com.atlassian.pageobjects.elements.search.PageElementSearch
- Enclosing class:
- CapabilitiesTableComponent
public static class CapabilitiesTableComponent.CapabilityRow extends com.atlassian.pageobjects.elements.WebDriverElement
A row representing single capability in the table
-
-
Constructor Summary
Constructors Constructor Description CapabilityRow(com.atlassian.pageobjects.elements.WebDriverLocatable locatable, com.atlassian.pageobjects.elements.timeout.TimeoutType timeoutType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete(HasCapabilitiesTableComponent parentPage)
<T extends AbstractBambooPage>
Tedit(Class<T> clazz, Object... args)
String
getKey()
String
getValue()
boolean
isCapabilitySourcePresent()
RequirementDetailsPage
view()
-
Methods inherited from class com.atlassian.pageobjects.elements.WebDriverElement
asWebElement, bind, clear, click, createTimout, find, find, find, find, findAll, findAll, findAll, findAll, getAttribute, getCssClasses, getDefaultTimeout, getId, getLocation, getSize, getTagName, getText, hasAttribute, hasClass, isEnabled, isPresent, isSelected, isVisible, javascript, search, select, timed, timeout, toLocatable, toString, type, waitForWebElement, waitForWebElement, withTimeout
-
-
-
-
Method Detail
-
isCapabilitySourcePresent
public boolean isCapabilitySourcePresent()
-
getKey
public String getKey()
-
getValue
public String getValue()
- Specified by:
getValue
in interfacecom.atlassian.pageobjects.elements.PageElement
- Overrides:
getValue
in classcom.atlassian.pageobjects.elements.WebDriverElement
-
view
public RequirementDetailsPage view()
-
edit
public <T extends AbstractBambooPage> T edit(Class<T> clazz, Object... args)
-
delete
public void delete(HasCapabilitiesTableComponent parentPage)
-
-