Package org.nuxeo.runtime.test.runner
Class ConditionalIgnoreRule.IgnoreLongRunning
java.lang.Object
org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.IgnoreLongRunning
- All Implemented Interfaces:
ConditionalIgnoreRule.Condition
- Enclosing class:
ConditionalIgnoreRule
@Deprecated(since="2025.0",
forRemoval=true)
public static final class ConditionalIgnoreRule.IgnoreLongRunning
extends Object
implements ConditionalIgnoreRule.Condition
Deprecated, for removal: This API element is subject to removal in a future version.
since 2025.0, not used
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.nuxeo.runtime.test.runner.ConditionalIgnoreRule.Condition
supportsClassRule
-
Constructor Details
-
IgnoreLongRunning
public IgnoreLongRunning()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
shouldIgnore
public boolean shouldIgnore()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
shouldIgnore
in interfaceConditionalIgnoreRule.Condition
-