Class BranchConfigurationDetailsPage

  • All Implemented Interfaces:
    com.atlassian.pageobjects.Page

    public class BranchConfigurationDetailsPage
    extends AbstractBranchNavigatorPage
    • Constructor Detail

      • BranchConfigurationDetailsPage

        public BranchConfigurationDetailsPage()
        Constructor used in .bind
      • BranchConfigurationDetailsPage

        public BranchConfigurationDetailsPage​(PlanKey planKey)
        Constructor used in .visit
        Parameters:
        planKey -
    • Method Detail

      • indicator

        public com.atlassian.pageobjects.elements.PageElement indicator()
        Description copied from class: AbstractBambooPage
        This must return an element whose presence indicates that we're on given page.
        Specified by:
        indicator in class AbstractBambooPage
        Returns:
        element uniquely identifying given page
      • getUrl

        public String getUrl()
      • getPlanKeyFromCurrentUrl

        public void getPlanKeyFromCurrentUrl()
      • getPlanBranchName

        public String getPlanBranchName()
      • isBranchMergingEnabled

        public boolean isBranchMergingEnabled()
      • isBranchCleanUpEnabled

        public boolean isBranchCleanUpEnabled()
      • getPlanKey

        public PlanKey getPlanKey()
      • isBranchUpdaterEnabled

        public boolean isBranchUpdaterEnabled()
      • isGatekeeperEnabled

        public boolean isGatekeeperEnabled()
      • isBranchUpdaterPushEnabled

        public boolean isBranchUpdaterPushEnabled()
      • isGatekeeperPushEnabled

        public boolean isGatekeeperPushEnabled()
      • getSelectedBranchUpdaterMergeFromValue

        public com.atlassian.pageobjects.elements.Option getSelectedBranchUpdaterMergeFromValue()
      • getSelectedGatekeeperCheckoutBranchValue

        public com.atlassian.pageobjects.elements.Option getSelectedGatekeeperCheckoutBranchValue()