Class TestCaseActionsComponent
- java.lang.Object
-
- com.atlassian.bamboo.pageobjects.pages.plan.result.TestCaseActionsComponent
-
public class TestCaseActionsComponent extends Object
A pop-up list of actions which can be performed for a test case.- See Also:
TestTableRowElement
-
-
Field Summary
Fields Modifier and Type Field Description protected com.atlassian.pageobjects.PageBinder
pageBinder
-
Constructor Summary
Constructors Constructor Description TestCaseActionsComponent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canToggleQuarantine()
com.atlassian.pageobjects.elements.query.TimedQuery<Boolean>
isQuarantined()
QuarantineConfirmationDialog
openQuarantineTestDialog()
void
quarantineTest()
void
unleashTest()
-
-
-
Method Detail
-
canToggleQuarantine
public boolean canToggleQuarantine()
-
unleashTest
public void unleashTest()
-
quarantineTest
public void quarantineTest()
-
openQuarantineTestDialog
public QuarantineConfirmationDialog openQuarantineTestDialog()
-
isQuarantined
public com.atlassian.pageobjects.elements.query.TimedQuery<Boolean> isQuarantined()
-
-