Class JobRequirementsConfigurationPage
java.lang.Object
com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
com.atlassian.bamboo.pageobjects.helpers.RequirementsAwarePage
com.atlassian.bamboo.pageobjects.pages.plan.configuration.JobRequirementsConfigurationPage
- All Implemented Interfaces:
com.atlassian.pageobjects.Page
Represents the Requirements page that allows configuring agents' capabilities required for a job.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.bamboo.pageobjects.helpers.RequirementsAwarePage
RequirementsAwarePage.Executor, RequirementsAwarePage.Requirement -
Field Summary
Fields inherited from class com.atlassian.bamboo.pageobjects.helpers.RequirementsAwarePage
EXISTS_MATCH_TYPE, MATCHES_MATCH_TYPE, timeoutsFields inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
driver, elementFinder, pageBinder, poller, testedProduct -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class com.atlassian.bamboo.pageobjects.helpers.RequirementsAwarePage
addExistingRequirement, addExistingRequirement, assignExecutor, canEditAgentAssignments, canEditRequirements, getAgentAvailabilitySummaries, getExecutors, getRequirement, getRequirements, noAgentsCanBuildThisJob, openAgentsSection, removeAgentAssignment, removeRequirement, viewRequirementDetailsMethods inherited from class com.atlassian.bamboo.pageobjects.pages.AbstractBambooPage
click, doWait, ensureIndicatorPresent, getFooter, getHeader, getTimeouts, isAdmin, isLoggedIn, isPageLoaded, sendEscapeKey, waitUntilElementIsLocated, waitUntilElementIsNotLocated, waitUntilElementIsNotVisible, waitUntilElementIsVisible
-
Constructor Details
-
JobRequirementsConfigurationPage
-
JobRequirementsConfigurationPage
-
-
Method Details
-
getUrl
-
indicator
public com.atlassian.pageobjects.elements.PageElement indicator()Description copied from class:AbstractBambooPageThis must return an element whose presence indicates that we're on given page.- Specified by:
indicatorin classAbstractBambooPage- Returns:
- element uniquely identifying given page
-