Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestClassResultDescriptor
-
Packages that use TestClassResultDescriptor Package Description com.atlassian.bamboo.chains com.atlassian.bamboo.plan.cache com.atlassian.bamboo.resultsummary.tests com.atlassian.bamboo.ww2.actions.chains -
-
Uses of TestClassResultDescriptor in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return types with arguments of type TestClassResultDescriptor Modifier and Type Method Description @NotNull com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult>
ChainFilteredTestResults. getAllFailedTests()
@NotNull com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult>
ChainFilteredTestResults. getExistingFailedTests()
@NotNull com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult>
ChainFilteredTestResults. getFixedTests()
@NotNull com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult>
ChainFilteredTestResults. getNewFailedTests()
@NotNull com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult>
ChainFilteredTestResults. getQuarantinedTests()
@NotNull com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult>
ChainFilteredTestResults. getSkippedTests()
@Nullable FilteredTestResults<TestClassResultDescriptor>
ChainResultsSummaryImpl. getTestResults()
@Nullable FilteredTestResults<TestClassResultDescriptor>
ImmutableChainResultsSummary. getTestResults()
Deprecated.since 5.12 construct your own instance ofChainFilteredTestResults
-
Uses of TestClassResultDescriptor in com.atlassian.bamboo.plan.cache
Methods in com.atlassian.bamboo.plan.cache that return types with arguments of type TestClassResultDescriptor Modifier and Type Method Description @Nullable FilteredTestResults<TestClassResultDescriptor>
ChainResultDetails. getTestResults()
Get the helper class to provide filtered test lists for this chain resultFilteredTestResults<TestClassResultDescriptor>
ChainResultDetailsImpl. getTestResults()
FilteredTestResults<TestClassResultDescriptor>
ImmutableResultsSummaryImpl. getTestResults()
-
Uses of TestClassResultDescriptor in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests with type parameters of type TestClassResultDescriptor Modifier and Type Interface Description interface
FilteredTestResults<T extends TestClassResultDescriptor>
Interface that provides a summary of all test information for a buildResultSummary for the UI.Subinterfaces of TestClassResultDescriptor in com.atlassian.bamboo.resultsummary.tests Modifier and Type Interface Description interface
TestClassResult
Represents a run of a test class.Classes in com.atlassian.bamboo.resultsummary.tests that implement TestClassResultDescriptor Modifier and Type Class Description class
TestClassResultImpl
-
Uses of TestClassResultDescriptor in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type TestClassResultDescriptor Modifier and Type Method Description FilteredTestResults<TestClassResultDescriptor>
ViewChainResult. getFilteredTestResults()
-