com.atlassian.bamboo.resultsummary.tests
Interface QuarantineStatistics

All Known Implementing Classes:
QuarantineStatisticsImpl

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

getQuarantineDate

@NotNull
java.util.Date getQuarantineDate()
Return the Date at which this TestCase was quarantined

Returns:
The Date at which this TestCase was quarantined

setQuarantineDate

void setQuarantineDate(@NotNull
                       java.util.Date date)
Set the Date at which this TestCase was quarantined

Parameters:
date - - Date of quarantine

getQuarantiningUsername

@NotNull
java.lang.String getQuarantiningUsername()
Return the username of the user that quarantined this TestCase

Returns:
The username of the quarantining user

setQuarantiningUsername

void setQuarantiningUsername(@NotNull
                             java.lang.String username)
Set the username of the user that quarantined this TestCase

Parameters:
username - - username of the quarantining user


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.