public class PlanElement extends Object
Modifier and Type | Field and Description |
---|---|
static org.openqa.selenium.By |
ANCHOR_TAG |
Constructor and Description |
---|
PlanElement(com.atlassian.pageobjects.elements.PageElement element) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRun() |
PlanElement |
enable() |
PlanKey |
getPlanKey() |
String |
getPlanName() |
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isEnabled() |
PlanSummaryPage |
planSummaryPage() |
PlanElement |
run() |
PlanElement |
toggleFavourite() |
public PlanElement(com.atlassian.pageobjects.elements.PageElement element)
public PlanSummaryPage planSummaryPage()
public String getPlanName()
public PlanElement run()
public boolean canRun()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isEnabled()
public PlanElement enable()
public PlanElement toggleFavourite()
public PlanKey getPlanKey()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.