com.atlassian.bamboo.resultsummary.tests
Interface TestCaseResultStatisticsProvider

All Superinterfaces:
ResultStatisticsProvider
All Known Implementing Classes:
TestCaseResultStatisticsProviderImpl

public interface TestCaseResultStatisticsProvider
extends ResultStatisticsProvider

Wrapper class to keep TestCaseResult together with its assciated BuildResultsSummary Exists to be able to use existing chart generation functionality


Method Summary
 BuildResultsSummary getBuildResultsSummary()
           
 java.lang.String getClassName()
           
 java.lang.String getName()
           
 TestCaseResult getTestCaseResult()
           
 
Methods inherited from interface com.atlassian.bamboo.resultsummary.ResultStatisticsProvider
getBuildDate, getBuildNumber, getBuildState, getDurationInSeconds
 

Method Detail

getClassName

java.lang.String getClassName()
Returns:
the class name of the test case

getName

java.lang.String getName()
Returns:
the actual method name (un-prettified)of the test case

getTestCaseResult

TestCaseResult getTestCaseResult()
Returns:
the TestCaseResult inside this wrapper

getBuildResultsSummary

BuildResultsSummary getBuildResultsSummary()
Returns:
the BuildResultsSummary inside this wrapper.


Copyright © 2010 Atlassian. All Rights Reserved.