Uses of Class
com.atlassian.bamboo.utils.collection.multimap.TreeMultimap
Package
Description
-
Uses of TreeMultimap in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeMethodDescription@NotNull TreeMultimap<TestClassResult,
TestCaseResult> TestsManager.getTestOrderedMap
(@NotNull List<TestCaseResult> tests) Generate a ListOrderedMap of TestClassResult to list ofTestCaseResult
based on a given list of TestCaseResults.@NotNull TreeMultimap<TestClassResult,
TestCaseResult> TestsManagerImpl.getTestOrderedMap
(@NotNull List<TestCaseResult> tests) -
Uses of TreeMultimap in com.atlassian.bamboo.utils.collection.multimap
Modifier and TypeMethodDescriptionstatic <K,
V> TreeMultimap<K, V> TreeMultimap.create
(Comparator<? super K> keyComparator, Comparator<? super V> valueComparator) TreeMultimap.inverse()