|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QuarantineStatistics
Method Summary | |
---|---|
java.util.Date |
getQuarantineDate()
Return the Date at which this TestCase was quarantined |
java.lang.String |
getQuarantiningUsername()
Return the username of the user that quarantined this TestCase |
void |
setQuarantineDate(java.util.Date date)
Set the Date at which this TestCase was quarantined |
void |
setQuarantiningUsername(java.lang.String username)
Set the username of the user that quarantined this TestCase |
Method Detail |
---|
@NotNull java.util.Date getQuarantineDate()
Date
at which this TestCase
was quarantined
Date
at which this TestCase
was quarantinedvoid setQuarantineDate(@NotNull java.util.Date date)
Date
at which this TestCase
was quarantined
date
- - Date of quarantine@NotNull java.lang.String getQuarantiningUsername()
TestCase
void setQuarantiningUsername(@NotNull java.lang.String username)
TestCase
username
- - username of the quarantining user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |