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() |
String |
getReasonUserName()
Find user name in reason string
|
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> |
isEnabled() |
PlanSummaryPage |
planSummaryPage() |
PlanElement |
run() |
public PlanElement(com.atlassian.pageobjects.elements.PageElement element)
public PlanSummaryPage planSummaryPage()
public String getPlanName()
public String getReasonUserName()
public PlanElement run()
public boolean canRun()
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isEnabled()
public PlanElement enable()
public PlanKey getPlanKey()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.