com.atlassian.bamboo.pageobjects.pages.plan
Class PlanElement

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

public class PlanElement
extends java.lang.Object

A single plan row in a plan table (like on the "all plans" dashboard)

Since:
v4.4

Constructor Summary
PlanElement(com.atlassian.pageobjects.elements.PageElement element)
           
 
Method Summary
 PlanElement enable()
           
 com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isEnabled()
           
 PlanSummaryPage planSummaryPage()
           
 PlanElement run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlanElement

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

planSummaryPage

public PlanSummaryPage planSummaryPage()

run

public PlanElement run()

isEnabled

public com.atlassian.pageobjects.elements.query.TimedQuery<java.lang.Boolean> isEnabled()

enable

public PlanElement enable()


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