|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TestResults in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return types with arguments of type TestResults | |
---|---|
java.util.List<TestResults> |
ViewBuildResultsSuccessfulTests.getResultsList()
|
Uses of TestResults in com.atlassian.bamboo.builder |
---|
Methods in com.atlassian.bamboo.builder that return types with arguments of type TestResults | |
---|---|
java.util.List<TestResults> |
AntJunitTestReportCollector.getFailedTestResults()
Get all the unit TestResults that have failed. |
java.util.List<TestResults> |
TestReportCollector.getFailedTestResults()
Get all the unit TestResults that have failed. |
java.util.Set<TestResults> |
AntXmlTestResultsParser.getFailedTests()
How many failed tests did the last parsed test report contain? |
java.util.List<TestResults> |
AntJunitTestReportCollector.getSuccessfulTestResults()
Get all the unit TestResults that have passed without error. |
java.util.List<TestResults> |
TestReportCollector.getSuccessfulTestResults()
Get all the unit TestResults that have passed without error. |
java.util.Set<TestResults> |
AntXmlTestResultsParser.getSuccessfulTests()
How many successful tests did the last parsed test report contain? |
Uses of TestResults in com.atlassian.bamboo.plugins.rest.model.build.test |
---|
Constructors in com.atlassian.bamboo.plugins.rest.model.build.test with parameters of type TestResults | |
---|---|
RestTestResult(TestResults testResult,
java.lang.String status)
|
Uses of TestResults in com.atlassian.bamboo.results |
---|
Methods in com.atlassian.bamboo.results that return types with arguments of type TestResults | |
---|---|
java.util.List<TestResults> |
BuildResultsImpl.getFailedTestResults()
Deprecated. |
java.util.List<TestResults> |
BuildResults.getFailedTestResults()
Deprecated. |
java.util.List<TestResults> |
BuildResultsImpl.getSuccessfulTestResults()
Deprecated. |
java.util.List<TestResults> |
BuildResults.getSuccessfulTestResults()
Deprecated. |
java.util.Map<java.lang.Long,TestResults> |
BuildResultsImpl.getSuccessfulTestResultsMap()
Deprecated. |
java.util.Map<java.lang.Long,TestResults> |
BuildResults.getSuccessfulTestResultsMap()
Deprecated. Get map of all successful test results. |
Method parameters in com.atlassian.bamboo.results with type arguments of type TestResults | |
---|---|
void |
BuildResultsImpl.setFailedTestResults(java.util.List<TestResults> myFailedTestResults)
Deprecated. |
void |
BuildResults.setFailedTestResults(java.util.List<TestResults> myFailedTestResults)
Deprecated. |
void |
BuildResultsImpl.setSuccessfulTestResults(java.util.List<TestResults> mySuccessfulTestResults)
Deprecated. |
void |
BuildResults.setSuccessfulTestResults(java.util.List<TestResults> mySuccessfulTestResults)
Deprecated. |
Uses of TestResults in com.atlassian.bamboo.results.tests |
---|
Methods in com.atlassian.bamboo.results.tests with parameters of type TestResults | |
---|---|
int |
TestResults.compareTo(TestResults o)
|
Uses of TestResults in com.atlassian.bamboo.resultsummary.tests |
---|
Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestResults | |
---|---|
void |
UpgradeTestsManager.copyTestResultsToBuildResultsSummary(Build plan,
BuildResultsSummary summary,
java.util.List<TestResults> oldTests)
|
void |
TestsManagerImpl.copyTestResultsToBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> oldTests)
|
void |
TestsManager.copyTestResultsToBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> oldTests)
Converts a set of test results to a list of TestClassResults and attaches them to the BRS. |
void |
TestsManagerImpl.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> successfulTests)
|
void |
TestsManager.repopulateTestResultsInBuildResultsSummary(Plan plan,
BuildResultsSummary summary,
java.util.List<TestResults> successfulTests)
|
Uses of TestResults in com.atlassian.bamboo.v2.build |
---|
Methods in com.atlassian.bamboo.v2.build that return types with arguments of type TestResults | |
---|---|
java.util.Collection<TestResults> |
CurrentBuildResultImpl.getFailedTestResults()
|
java.util.Collection<TestResults> |
CurrentBuildResult.getFailedTestResults()
|
java.util.Collection<TestResults> |
CurrentBuildResultImpl.getSuccessfulTestResults()
|
java.util.Collection<TestResults> |
CurrentBuildResult.getSuccessfulTestResults()
|
Method parameters in com.atlassian.bamboo.v2.build with type arguments of type TestResults | |
---|---|
void |
CurrentBuildResultImpl.setTestResults(java.util.Set<TestResults> successfulTestResults,
java.util.Set<TestResults> failedTestResults)
|
void |
CurrentBuildResultImpl.setTestResults(java.util.Set<TestResults> successfulTestResults,
java.util.Set<TestResults> failedTestResults)
|
void |
CurrentBuildResult.setTestResults(java.util.Set<TestResults> successfulTestResults,
java.util.Set<TestResults> failedTestResults)
|
void |
CurrentBuildResult.setTestResults(java.util.Set<TestResults> successfulTestResults,
java.util.Set<TestResults> failedTestResults)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |