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()
QuarantineStatistics
getQuarantineDate
in interface QuarantineStatistics
Date
at which this TestCase
was quarantinedpublic void setQuarantineDate(@NotNull @NotNull Date date)
QuarantineStatistics
setQuarantineDate
in interface QuarantineStatistics
date
- - Date of quarantine@NotNull public @NotNull String getQuarantiningUsername()
QuarantineStatistics
TestCase
getQuarantiningUsername
in interface QuarantineStatistics
public void setQuarantiningUsername(@NotNull @NotNull String username)
QuarantineStatistics
TestCase
setQuarantiningUsername
in interface QuarantineStatistics
username
- - username of the quarantining user@Nullable public @Nullable Date getQuarantineExpiryDate()
QuarantineStatistics
TestCase
getQuarantineExpiryDate
in interface QuarantineStatistics
public void setQuarantineExpiryDate(@Nullable @Nullable Date date)
QuarantineStatistics
TestCase
. Set this value to null for permanent quarantine.setQuarantineExpiryDate
in interface QuarantineStatistics
date
- expiry date or null value, if this quarantine is permanentCopyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.