|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.chains.ChainFilteredTestResults
public class ChainFilteredTestResults
Constructor Summary | |
---|---|
ChainFilteredTestResults(ChainResultsSummary chainResultsSummary)
|
|
ChainFilteredTestResults(ChainResultsSummary chainResultsSummary,
int pageNumber,
int pageSize)
|
Method Summary | |
---|---|
java.util.List<TestCaseResult> |
getAllFailedTestList()
|
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
getAllFailedTests()
Returns Multimap of all TestCaseResult that have failed in this build. |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
getExistingFailedTests()
Returns Multimap of TestCaseResult that were failing in the previous build
and are still failing. |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
getFixedTests()
Returns Multimap of TestCaseResult that have been fixed in this build. |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
getNewFailedTests()
Returns Multimap of TestCaseResult that have failed, but were not failing in the last build. |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
getQuarantinedTests()
Returns Multimap of TestCaseResult that were Quarantined in this build, whether failed or successful |
TestQuarantineManager |
getTestQuarantineManager()
|
TestsManager |
getTestsManager()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChainFilteredTestResults(ChainResultsSummary chainResultsSummary)
public ChainFilteredTestResults(ChainResultsSummary chainResultsSummary, int pageNumber, int pageSize)
Method Detail |
---|
@NotNull public com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> getNewFailedTests()
FilteredTestResults
Multimap
of TestCaseResult
that have failed, but were not failing in the last build.
Does not include Quarantined Tests
getNewFailedTests
in interface FilteredTestResults<TestClassResultDescriptor>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> getFixedTests()
FilteredTestResults
Multimap
of TestCaseResult
that have been fixed in this build. Does not include Quarantined Tests.
getFixedTests
in interface FilteredTestResults<TestClassResultDescriptor>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> getExistingFailedTests()
FilteredTestResults
Multimap
of TestCaseResult
that were failing in the previous build
and are still failing. Does not include Quarantined Tests
getExistingFailedTests
in interface FilteredTestResults<TestClassResultDescriptor>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> getAllFailedTests()
FilteredTestResults
Multimap
of all TestCaseResult
that have failed in this build.
getAllFailedTests
in interface FilteredTestResults<TestClassResultDescriptor>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> getQuarantinedTests()
FilteredTestResults
Multimap
of TestCaseResult
that were Quarantined in this build, whether failed or successful
getQuarantinedTests
in interface FilteredTestResults<TestClassResultDescriptor>
Multimap
, with TestClassResult
keys and TestCaseResult
as value.@NotNull public java.util.List<TestCaseResult> getAllFailedTestList()
getAllFailedTestList
in interface FilteredTestResults<TestClassResultDescriptor>
public TestsManager getTestsManager()
public TestQuarantineManager getTestQuarantineManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |