|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.resultsummary.tests.TestCaseResultStatisticsProviderImpl
public class TestCaseResultStatisticsProviderImpl
Constructor Summary | |
---|---|
TestCaseResultStatisticsProviderImpl(TestCaseResult testCaseResult,
BuildResultsSummary buildResultsSummary)
|
Method Summary | |
---|---|
java.util.Date |
getBuildDate()
When the build was executed |
int |
getBuildNumber()
Get build number |
BuildResultsSummary |
getBuildResultsSummary()
|
BuildState |
getBuildState()
Hack to allow us to use existing chart functionality. |
java.lang.String |
getClassName()
|
long |
getDuration()
Get duration of the build in milliseconds. |
double |
getDurationInSeconds()
Build duration in seconds. |
java.lang.String |
getName()
|
long |
getProcessingDuration()
Get processing duration of the build in milliseconds. |
java.util.Date |
getStatDate()
When the build was executed. |
TestCaseResult |
getTestCaseResult()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestCaseResultStatisticsProviderImpl(TestCaseResult testCaseResult, BuildResultsSummary buildResultsSummary)
Method Detail |
---|
public BuildState getBuildState()
getBuildState
in interface ResultStatisticsProvider
public int getBuildNumber()
ResultStatisticsProvider
getBuildNumber
in interface ResultStatisticsProvider
public java.util.Date getBuildDate()
ResultStatisticsProvider
getBuildDate
in interface ResultStatisticsProvider
public java.util.Date getStatDate()
ResultStatisticsProvider
getStatDate
in interface ResultStatisticsProvider
public double getDurationInSeconds()
ResultStatisticsProvider
getDurationInSeconds
in interface ResultStatisticsProvider
public long getDuration()
ResultStatisticsProvider
getDuration
in interface ResultStatisticsProvider
public long getProcessingDuration()
ResultStatisticsProvider
getProcessingDuration
in interface ResultStatisticsProvider
public java.lang.String getClassName()
getClassName
in interface TestCaseResultStatisticsProvider
public java.lang.String getName()
getName
in interface TestCaseResultStatisticsProvider
public TestCaseResult getTestCaseResult()
getTestCaseResult
in interface TestCaseResultStatisticsProvider
public BuildResultsSummary getBuildResultsSummary()
getBuildResultsSummary
in interface TestCaseResultStatisticsProvider
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |