Uses of Class
com.atlassian.bamboo.pageobjects.elements.Select2Element
Packages that use Select2Element
Package
Description
-
Uses of Select2Element in com.atlassian.bamboo.pageobjects.elements
Methods in com.atlassian.bamboo.pageobjects.elements that return Select2ElementModifier 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()Select2Element.searchAndWait(String searchTerm, boolean expectResults) -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.matchers
Methods in com.atlassian.bamboo.pageobjects.matchers that return types with arguments of type Select2ElementModifier and TypeMethodDescriptionstatic org.hamcrest.Matcher<Select2Element> PageElementMatchers.select2HasValue(String selectedValue) Methods in com.atlassian.bamboo.pageobjects.matchers with parameters of type Select2ElementModifier and TypeMethodDescriptionprotected booleanSelect2ElementHasValue.matchesSafely(Select2Element select2Element) -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.admin.elastic
Methods in com.atlassian.bamboo.pageobjects.pages.admin.elastic that return Select2Element -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.deployment.execute
Method parameters in com.atlassian.bamboo.pageobjects.pages.deployment.execute with type arguments of type Select2ElementModifier and TypeMethodDescriptionPromoteReleaseComponent.assertThatBranchFilter(@NotNull org.hamcrest.Matcher<? super Select2Element> branchFilterMatcher) -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.deployment.projects.config.details
Method parameters in com.atlassian.bamboo.pageobjects.pages.deployment.projects.config.details with type arguments of type Select2ElementModifier and TypeMethodDescriptionConfigureDeploymentProjectDetailsPage.assertThatBranchSelector(@NotNull org.hamcrest.Matcher<? super Select2Element> branchSelectorMatcher) -
Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.plan.configuration
Fields in com.atlassian.bamboo.pageobjects.pages.plan.configuration declared as Select2ElementModifier and TypeFieldDescriptionprotected Select2ElementAbstractBranchNavigatorPage.planBranchNavigator