Class DependenciesConfigurationPage.PlanDependencyElement
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.configuration.DependenciesConfigurationPage.PlanDependencyElement
-
- All Implemented Interfaces:
PlanKeyProvider
- Enclosing class:
- DependenciesConfigurationPage
public static class DependenciesConfigurationPage.PlanDependencyElement extends Object implements PlanKeyProvider
-
-
Field Summary
-
Fields inherited from interface com.atlassian.bamboo.plan.PlanKeyProvider
getPlanKey
-
-
Constructor Summary
Constructors Constructor Description PlanDependencyElement(@NotNull com.atlassian.pageobjects.elements.PageElement pageElement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable PlanKey
getPlanKey()
boolean
isRemoveButtonPresent()
void
remove()
@NotNull com.atlassian.pageobjects.elements.TimedElement
timed()
-
-
-
Method Detail
-
getPlanKey
@Nullable public @Nullable PlanKey getPlanKey()
- Specified by:
getPlanKey
in interfacePlanKeyProvider
-
remove
public void remove()
-
isRemoveButtonPresent
public boolean isRemoveButtonPresent()
-
timed
@NotNull public @NotNull com.atlassian.pageobjects.elements.TimedElement timed()
-
-