Uses of Class
com.atlassian.bamboo.pageobjects.elements.Select2Element
-
-
Uses of Select2Element in com.atlassian.bamboo.pageobjects.elements
Methods in com.atlassian.bamboo.pageobjects.elements that return Select2Element Modifier and Type Method Description Select2Element
Select2Element. clear()
Select2Element
Select2Element. clickDropDown()
Select2Element
Select2Element. clickDropDownDontWait()
Select2Element
Select2Element. closeDropdown()
Select2Element
Select2Element. enterValue(String choiceToSelect)
Selects the given choice.Select2Element
Select2Element. enterValue(String search, String choiceToSelect)
Enter search term and select the given choice.Select2Element
Select2Element. enterValue(String search, Predicate<String> choicePredicate)
Enter search term and select a choice that matches the predicate.Select2Element
Select2Element. enterValue(String search, Predicate<String> choicePredicate, String expectedSelection)
Enter search term and select a choice that matches the predicate.Select2Element
Select2Element. openDropDown()
Select2Element
Select2Element. type(String value)
-
Uses of Select2Element in com.atlassian.bamboo.pageobjects.matchers
Methods in com.atlassian.bamboo.pageobjects.matchers that return types with arguments of type Select2Element Modifier and Type Method Description static org.hamcrest.Matcher<Select2Element>
PageElementMatchers. select2HasValue(String selectedValue)
Methods in com.atlassian.bamboo.pageobjects.matchers with parameters of type Select2Element Modifier and Type Method Description protected boolean
Select2ElementHasValue. 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 Modifier and Type Method Description Select2Element
AutomaticInstanceManagementComponent. getPresetSelect()
-
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 Select2Element Modifier and Type Method Description PromoteReleaseComponent
PromoteReleaseComponent. 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 Select2Element Modifier and Type Method Description ConfigureDeploymentProjectDetailsPage
ConfigureDeploymentProjectDetailsPage. 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 Select2Element Modifier and Type Field Description protected Select2Element
AbstractBranchNavigatorPage. planBranchNavigator
-