public class QuarantineStatisticsImpl extends Object implements QuarantineStatistics
| Modifier and Type | Method and Description |
|---|---|
@NotNull Date |
getQuarantineDate()
|
@Nullable Date |
getQuarantineExpiryDate()
Return the quarantine expiry date for this
TestCase |
@NotNull String |
getQuarantiningUsername()
Return the username of the user that quarantined this
TestCase |
void |
setQuarantineDate(@NotNull Date date)
|
void |
setQuarantineExpiryDate(@Nullable Date date)
Set the expiry date for this
TestCase. |
void |
setQuarantiningUsername(@NotNull String username)
Set the username of the user that quarantined this
TestCase |
@NotNull public @NotNull Date getQuarantineDate()
QuarantineStatisticsgetQuarantineDate in interface QuarantineStatisticsDate at which this TestCase was quarantinedpublic void setQuarantineDate(@NotNull
@NotNull Date date)
QuarantineStatisticssetQuarantineDate in interface QuarantineStatisticsdate - - Date of quarantine@NotNull public @NotNull String getQuarantiningUsername()
QuarantineStatisticsTestCasegetQuarantiningUsername in interface QuarantineStatisticspublic void setQuarantiningUsername(@NotNull
@NotNull String username)
QuarantineStatisticsTestCasesetQuarantiningUsername in interface QuarantineStatisticsusername - - username of the quarantining user@Nullable public @Nullable Date getQuarantineExpiryDate()
QuarantineStatisticsTestCasegetQuarantineExpiryDate in interface QuarantineStatisticspublic void setQuarantineExpiryDate(@Nullable
@Nullable Date date)
QuarantineStatisticsTestCase. Set this value to null for permanent quarantine.setQuarantineExpiryDate in interface QuarantineStatisticsdate - expiry date or null value, if this quarantine is permanentCopyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.