Uses of Class
com.atlassian.bamboo.pageobjects.elements.Select2Element
Package
Description
-
Uses of Select2Element in com.atlassian.bamboo.pageobjects.elements
Modifier and TypeMethodDescriptionSelect2Element.clear()
Select2Element.clickDropDown()
Select2Element.clickDropDownDontWait()
Select2Element.closeDropdown()
Select2Element.enterValue
(String choiceToSelect) Selects the given choice.Select2Element.enterValue
(String search, String choiceToSelect) Enter search term and select the given choice.Select2Element.enterValue
(String search, Predicate<String> choicePredicate) Enter search term and select a choice that matches the predicate.Select2Element.enterValue
(String search, Predicate<String> choicePredicate, String expectedSelection) Enter search term and select a choice that matches the predicate.Select2Element.openDropDown()
-
Uses of Select2Element in com.atlassian.bamboo.pageobjects.matchers
Modifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Select2Element>
PageElementMatchers.select2HasValue
(String selectedValue) Modifier and TypeMethodDescriptionprotected boolean
Select2ElementHasValue.matchesSafely
(Select2Element select2Element) -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.admin.elastic
-
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.deployment.execute
Modifier and TypeMethodDescriptionPromoteReleaseComponent.assertThatBranchFilter
(@NotNull org.hamcrest.Matcher<? super Select2Element> branchFilterMatcher) -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.deployment.projects.config.details
Modifier and TypeMethodDescriptionConfigureDeploymentProjectDetailsPage.assertThatBranchSelector
(@NotNull org.hamcrest.Matcher<? super Select2Element> branchSelectorMatcher) -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Modifier and TypeFieldDescriptionprotected Select2Element
AbstractBranchNavigatorPage.planBranchNavigator