Class PlanElement

java.lang.Object
com.atlassian.bamboo.pageobjects.pages.plan.PlanElement

public class PlanElement extends Object
A single plan row in a plan table (like on the "all plans" dashboard) Be careful - build and reason columns are refreshed dynamically; so they can randomly become stalled Other columns don't seem to be affected for now (but if you are reading this maybe they are)
Since:
v4.4
  • Field Details

    • ANCHOR_TAG

      public static final org.openqa.selenium.By ANCHOR_TAG
  • Constructor Details

    • PlanElement

      public PlanElement(com.atlassian.pageobjects.elements.PageElement element)
  • Method Details

    • planSummaryPage

      public PlanSummaryPage planSummaryPage()
    • getPlanName

      public String getPlanName()
    • run

      public PlanElement run()
    • canRun

      public boolean canRun()
    • isEnabled

      public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isEnabled()
    • enable

      public PlanElement enable()
    • toggleFavourite

      public PlanElement toggleFavourite()
    • getPlanKey

      public PlanKey getPlanKey()
    • toString

      public String toString()
      Overrides:
      toString in class Object