|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.resultsummary.tests.QuarantineStatisticsImpl
public class QuarantineStatisticsImpl
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@NotNull public java.util.Date getQuarantineDate()
QuarantineStatistics
Date
at which this TestCase
was quarantined
getQuarantineDate
in interface QuarantineStatistics
Date
at which this TestCase
was quarantinedpublic void setQuarantineDate(@NotNull java.util.Date date)
QuarantineStatistics
Date
at which this TestCase
was quarantined
setQuarantineDate
in interface QuarantineStatistics
date
- - Date of quarantine@NotNull public java.lang.String getQuarantiningUsername()
QuarantineStatistics
TestCase
getQuarantiningUsername
in interface QuarantineStatistics
public void setQuarantiningUsername(@NotNull java.lang.String username)
QuarantineStatistics
TestCase
setQuarantiningUsername
in interface QuarantineStatistics
username
- - username of the quarantining user
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |