Uses of Class
com.atlassian.bamboo.pageobjects.elements.Select2Element

Packages that use Select2Element
com.atlassian.bamboo.pageobjects.elements   
com.atlassian.bamboo.pageobjects.matchers   
com.atlassian.bamboo.pageobjects.pages.deployment   
com.atlassian.bamboo.pageobjects.pages.deployment.projects.config.details   
 

Uses of Select2Element in com.atlassian.bamboo.pageobjects.elements
 

Methods in com.atlassian.bamboo.pageobjects.elements that return Select2Element
 Select2Element Select2Element.enterValue(java.lang.String value)
           
 Select2Element Select2Element.enterValue(java.lang.String value, com.google.common.base.Predicate<com.atlassian.pageobjects.elements.PageElement> predicate)
          Enter value and select the one that matches the predicate
 Select2Element Select2Element.enterValue(java.lang.String value, java.lang.String name)
           
 Select2Element Select2Element.openDropDown()
           
 Select2Element Select2Element.type(java.lang.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
static org.hamcrest.Matcher<Select2Element> PageElementMatchers.select2HasValue(java.lang.String selectedValue)
           
 

Methods in com.atlassian.bamboo.pageobjects.matchers with parameters of type Select2Element
protected  boolean Select2ElementHasValue.matchesSafely(Select2Element select2Element)
           
 

Uses of Select2Element in com.atlassian.bamboo.pageobjects.pages.deployment
 

Method parameters in com.atlassian.bamboo.pageobjects.pages.deployment with type arguments of type Select2Element
 ExecuteDeploymentPage ExecuteDeploymentPage.assertThatBranchFilter(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
 ConfigureDeploymentProjectDetailsPage ConfigureDeploymentProjectDetailsPage.assertThatBranchSelector(org.hamcrest.Matcher<? super Select2Element> branchSelectorMatcher)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.