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 ResultStatisticsProvider
public int getBuildNumber()
ResultStatisticsProvider
getBuildNumber
in interface ResultStatisticsProvider
public Date getBuildDate()
ResultStatisticsProvider
getBuildDate
in interface ResultStatisticsProvider
@NotNull public Date getStatDate()
ResultStatisticsProvider
getStatDate
in interface ResultStatisticsProvider
public long getDuration()
ResultStatisticsProvider
getDuration
in interface ResultStatisticsProvider
public long getProcessingDuration()
ResultStatisticsProvider
getProcessingDuration
in interface ResultStatisticsProvider
public String getClassName()
getClassName
in interface TestCaseResultStatisticsProvider
public String getName()
getName
in interface TestCaseResultStatisticsProvider
public TestCaseResult getTestCaseResult()
getTestCaseResult
in interface TestCaseResultStatisticsProvider
public BuildResultsSummary getBuildResultsSummary()
getBuildResultsSummary
in interface TestCaseResultStatisticsProvider
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.