com.atlassian.bamboo.resultsummary.tests
Class TestQuarantineHelper
java.lang.Object
com.atlassian.bamboo.resultsummary.tests.TestQuarantineHelper
public class TestQuarantineHelper
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
put
public static void put(com.google.common.collect.ImmutableMap.Builder<String,String> customBuildDataBuilder,
List<TestCase> quarantinedTests)
remove
public static void remove(Map<String,?> customBuildData)
getQuarantinedTests
@NotNull
public static Set<String> getQuarantinedTests(Map<String,String> map)
containsAll
public static boolean containsAll(Set<String> quarantinedTests,
Collection<TestResults> failedTests)
contains
public static boolean contains(Set<String> quarantinedTests,
TestCase testCase)
Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.