com.atlassian.bamboo.resultsummary.tests
Class QuarantineStatisticsImpl

java.lang.Object
  extended by com.atlassian.bamboo.resultsummary.tests.QuarantineStatisticsImpl
All Implemented Interfaces:
QuarantineStatistics

public class QuarantineStatisticsImpl
extends java.lang.Object
implements 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getQuarantineDate

@NotNull
public java.util.Date getQuarantineDate()
Description copied from interface: QuarantineStatistics
Return the Date at which this TestCase was quarantined

Specified by:
getQuarantineDate in interface QuarantineStatistics
Returns:
The Date at which this TestCase was quarantined

setQuarantineDate

public void setQuarantineDate(@NotNull
                              java.util.Date date)
Description copied from interface: QuarantineStatistics
Set the Date at which this TestCase was quarantined

Specified by:
setQuarantineDate in interface QuarantineStatistics
Parameters:
date - - Date of quarantine

getQuarantiningUsername

@NotNull
public java.lang.String getQuarantiningUsername()
Description copied from interface: QuarantineStatistics
Return the username of the user that quarantined this TestCase

Specified by:
getQuarantiningUsername in interface QuarantineStatistics
Returns:
The username of the quarantining user

setQuarantiningUsername

public void setQuarantiningUsername(@NotNull
                                    java.lang.String username)
Description copied from interface: QuarantineStatistics
Set the username of the user that quarantined this TestCase

Specified by:
setQuarantiningUsername in interface QuarantineStatistics
Parameters:
username - - username of the quarantining user


Copyright © 2012 Atlassian. All Rights Reserved.