public interface QuarantineStatistics
| Modifier and Type | Method and Description |
|---|---|
Date |
getQuarantineDate()
|
Date |
getQuarantineExpiryDate()
Return the quarantine expiry date for this
TestCase |
String |
getQuarantiningUsername()
Return the username of the user that quarantined this
TestCase |
void |
setQuarantineDate(Date date)
|
void |
setQuarantineExpiryDate(Date date)
Set the expiry date for this
TestCase. |
void |
setQuarantiningUsername(String username)
Set the username of the user that quarantined this
TestCase |
@NotNull Date getQuarantineDate()
void setQuarantineDate(@NotNull
Date date)
date - - Date of quarantine@NotNull String getQuarantiningUsername()
TestCasevoid setQuarantiningUsername(@NotNull
String username)
TestCaseusername - - username of the quarantining user@Nullable Date getQuarantineExpiryDate()
TestCaseCopyright © 2019 Atlassian Software Systems Pty Ltd. All rights reserved.