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()
TestCase
void setQuarantiningUsername(@NotNull String username)
TestCase
username
- - username of the quarantining user@Nullable Date getQuarantineExpiryDate()
TestCase
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.