public class TestCaseResultStatisticsProviderImpl extends Object implements TestCaseResultStatisticsProvider
| Constructor and Description |
|---|
TestCaseResultStatisticsProviderImpl(TestCaseResult testCaseResult,
BuildResultsSummary buildResultsSummary) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
getClassName() |
long |
getDuration()
Get duration of the build in milliseconds.
|
String |
getName() |
long |
getProcessingDuration()
Get processing duration of the build in milliseconds.
|
Date |
getStatDate()
When the build was executed.
|
TestCaseResult |
getTestCaseResult() |
public TestCaseResultStatisticsProviderImpl(TestCaseResult testCaseResult, BuildResultsSummary buildResultsSummary)
public BuildState getBuildState()
getBuildState in interface ResultStatisticsProviderpublic int getBuildNumber()
ResultStatisticsProvidergetBuildNumber in interface ResultStatisticsProviderpublic Date getBuildDate()
ResultStatisticsProvidergetBuildDate in interface ResultStatisticsProvider@NotNull public Date getStatDate()
ResultStatisticsProvidergetStatDate in interface ResultStatisticsProviderpublic long getDuration()
ResultStatisticsProvidergetDuration in interface ResultStatisticsProviderpublic long getProcessingDuration()
ResultStatisticsProvidergetProcessingDuration in interface ResultStatisticsProviderpublic String getClassName()
getClassName in interface TestCaseResultStatisticsProviderpublic String getName()
getName in interface TestCaseResultStatisticsProviderpublic TestCaseResult getTestCaseResult()
getTestCaseResult in interface TestCaseResultStatisticsProviderpublic BuildResultsSummary getBuildResultsSummary()
getBuildResultsSummary in interface TestCaseResultStatisticsProviderCopyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.