Class TestsAccessCheckerHelper
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.TestsAccessCheckerHelper
-
public final class TestsAccessCheckerHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
addIgnoredThreads(ThreadGroup threadGroup)
All the thread belonging to the specified thread group will be allowed to perform 'write' operations.static void
removeIgnoredThreads(ThreadGroup threadGroup)
-
-
-
Method Detail
-
addIgnoredThreads
@TestOnly public static void addIgnoredThreads(@NotNull ThreadGroup threadGroup)
All the thread belonging to the specified thread group will be allowed to perform 'write' operations.
-
removeIgnoredThreads
@TestOnly public static void removeIgnoredThreads(@NotNull ThreadGroup threadGroup)
-
-