public class QuarantinedTestRow extends Object
QuarantinedTestsPage
, representing one test case under quarantine.Constructor and Description |
---|
QuarantinedTestRow(com.atlassian.pageobjects.elements.PageElement tableRow) |
Modifier and Type | Method and Description |
---|---|
boolean |
canUnleash() |
io.atlassian.fugue.Option<org.joda.time.DateTime> |
getExpiresAt() |
org.joda.time.DateTime |
getQuarantinedAt() |
String |
getQuarantiningUserFullName() |
String |
getQuarantiningUserUsername() |
String |
getTestClassName() |
String |
getTestMethodName() |
static Predicate<QuarantinedTestRow> |
testMatches(String testClassName,
String testMethodName) |
void |
unleash() |
public QuarantinedTestRow(@NotNull com.atlassian.pageobjects.elements.PageElement tableRow)
@NotNull public static Predicate<QuarantinedTestRow> testMatches(@NotNull String testClassName, @NotNull String testMethodName)
public boolean canUnleash()
public void unleash()
public String getTestClassName()
public String getTestMethodName()
public String getQuarantiningUserFullName()
public String getQuarantiningUserUsername()
public org.joda.time.DateTime getQuarantinedAt()
public io.atlassian.fugue.Option<org.joda.time.DateTime> getExpiresAt()
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.