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 PlanKeygetPlanKey()booleanisRemoveButtonPresent()voidremove()@NotNull com.atlassian.pageobjects.elements.TimedElementtimed()
-
-
-
Method Detail
-
getPlanKey
@Nullable public @Nullable PlanKey getPlanKey()
- Specified by:
getPlanKeyin interfacePlanKeyProvider
-
remove
public void remove()
-
isRemoveButtonPresent
public boolean isRemoveButtonPresent()
-
timed
@NotNull public @NotNull com.atlassian.pageobjects.elements.TimedElement timed()
-
-