Skip navigation links
A B C D E F G H I N O R S T V 

A

add(String, String) - Method in class org.gradle.testretry.internal.executer.TestNames
 
addAll(String, Set<String>) - Method in class org.gradle.testretry.internal.executer.TestNames
 
addClass(String) - Method in class org.gradle.testretry.internal.executer.TestNames
 
AnnotationInspector - Interface in org.gradle.testretry.internal.filter
 
AnnotationInspectorImpl - Class in org.gradle.testretry.internal.filter
 
AnnotationInspectorImpl(TestsReader) - Constructor for class org.gradle.testretry.internal.filter.AnnotationInspectorImpl
 
apply(Project) - Method in class org.gradle.testretry.TestRetryPlugin
 

B

build() - Method in class org.gradle.testretry.internal.executer.TestFilterBuilder
 

C

canRetry(String) - Method in class org.gradle.testretry.internal.filter.RetryFilter
 
classRetry(Action<? super TestRetryTaskExtension.ClassRetryCriteria>) - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
classRetry(Action<? super TestRetryTaskExtension.ClassRetryCriteria>) - Method in interface org.gradle.testretry.TestRetryTaskExtension
The set of criteria specifying which test classes must be retried as a whole unit if retries are enabled and the test class passes the configured filter.
ClassRetryMatcher - Class in org.gradle.testretry.internal.filter
 
ClassRetryMatcher(AnnotationInspector, Collection<String>, Collection<String>) - Constructor for class org.gradle.testretry.internal.filter.ClassRetryMatcher
 
clazz(String) - Method in class org.gradle.testretry.internal.executer.TestFilterBuilder
 
configureTestTask(Test, ObjectFactory, ProviderFactory) - Static method in class org.gradle.testretry.internal.config.TestTaskConfigurer
 
createRetrying(TestFrameworkTemplate, TestFramework, TestNames, Set<String>) - Method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 

D

DefaultTestRetryTaskExtension - Class in org.gradle.testretry.internal.config
 
DefaultTestRetryTaskExtension(ObjectFactory) - Constructor for class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 

E

execute(JvmTestExecutionSpec, TestResultProcessor) - Method in class org.gradle.testretry.internal.executer.RetryTestExecuter
 

F

failWithNonRetriedTestsIfAny() - Method in class org.gradle.testretry.internal.executer.RetryTestExecuter
 
filter(Action<? super TestRetryTaskExtension.Filter>) - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
filter(Action<? super TestRetryTaskExtension.Filter>) - Method in interface org.gradle.testretry.TestRetryTaskExtension
The filter for specifying which tests may be retried.
filterBuilder() - Method in class org.gradle.testretry.internal.executer.TestFrameworkTemplate
 

G

getClassAnnotations(String) - Method in interface org.gradle.testretry.internal.filter.AnnotationInspector
 
getClassAnnotations(String) - Method in class org.gradle.testretry.internal.filter.AnnotationInspectorImpl
 
getClassRetry() - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
getClassRetry() - Method in interface org.gradle.testretry.TestRetryTaskExtension
The set of criteria specifying which test classes must be retried as a whole unit if retries are enabled and the test class passes the configured filter.
getClassRetryIncludeAnnotationClasses() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getClassRetryIncludeAnnotationClasses() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getClassRetryIncludeClasses() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getClassRetryIncludeClasses() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getExcludeAnnotationClasses() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getExcludeAnnotationClasses() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getExcludeAnnotationClasses() - Method in interface org.gradle.testretry.TestRetryTaskExtension.Filter
The patterns used to exclude tests based on their class level annotations.
getExcludeClasses() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getExcludeClasses() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getExcludeClasses() - Method in interface org.gradle.testretry.TestRetryTaskExtension.Filter
The patterns used to exclude tests based on their class name.
getFailOnPassedAfterRetry() - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
getFailOnPassedAfterRetry() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getFailOnPassedAfterRetry() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getFailOnPassedAfterRetry() - Method in interface org.gradle.testretry.TestRetryTaskExtension
Whether tests that initially fail and then pass on retry should fail the task.
getFailOnSkippedAfterRetry() - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
getFailOnSkippedAfterRetry() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getFailOnSkippedAfterRetry() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getFailOnSkippedAfterRetry() - Method in interface org.gradle.testretry.TestRetryTaskExtension
Whether tests that initially fail and then are skipped on retry should fail the task.
getFilter() - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
getFilter() - Method in interface org.gradle.testretry.TestRetryTaskExtension
The filter for specifying which tests may be retried.
getIncludeAnnotationClasses() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getIncludeAnnotationClasses() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getIncludeAnnotationClasses() - Method in interface org.gradle.testretry.TestRetryTaskExtension.ClassRetryCriteria
The patterns used to include tests based on their class level annotations.
getIncludeAnnotationClasses() - Method in interface org.gradle.testretry.TestRetryTaskExtension.Filter
The patterns used to include tests based on their class level annotations.
getIncludeClasses() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getIncludeClasses() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getIncludeClasses() - Method in interface org.gradle.testretry.TestRetryTaskExtension.ClassRetryCriteria
The patterns used to include tests based on their class name.
getIncludeClasses() - Method in interface org.gradle.testretry.TestRetryTaskExtension.Filter
The patterns used to include tests based on their class name.
getMaxFailures() - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
getMaxFailures() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getMaxFailures() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getMaxFailures() - Method in interface org.gradle.testretry.TestRetryTaskExtension
The maximum number of test failures that are allowed before retrying is disabled.
getMaxRetries() - Method in class org.gradle.testretry.internal.config.DefaultTestRetryTaskExtension
 
getMaxRetries() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getMaxRetries() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
getMaxRetries() - Method in interface org.gradle.testretry.TestRetryTaskExtension
The maximum number of times to retry an individual test.
getResult() - Method in class org.gradle.testretry.internal.testsreader.TestsReader.Visitor
 
getSimulateNotRetryableTest() - Method in interface org.gradle.testretry.internal.config.TestRetryTaskExtensionAccessor
 
getSimulateNotRetryableTest() - Method in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
gradleVersionIsAtLeast(String) - Static method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 

H

hasClassesWithoutTestNames() - Method in class org.gradle.testretry.internal.executer.TestNames
 

I

instantiator - Variable in class org.gradle.testretry.internal.executer.TestFrameworkTemplate
 
isEmpty() - Method in class org.gradle.testretry.internal.executer.TestNames
 
isExpectedUnretriedTest(String, String) - Method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 
isLifecycleFailureTest(TestsReader, String, String) - Method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 
isSpock2CoreJar(File) - Static method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 
isSpock2JarOnPath(Iterable<? extends File>) - Static method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 
isSpock2Used(JvmTestExecutionSpec) - Static method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 

N

NAME - Static variable in interface org.gradle.testretry.TestRetryTaskExtension
The name of the extension added to each test task.

O

objectFactory - Variable in class org.gradle.testretry.internal.executer.TestFrameworkTemplate
 
of(JvmTestExecutionSpec) - Static method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 
org.gradle.testretry - package org.gradle.testretry
 
org.gradle.testretry.internal.config - package org.gradle.testretry.internal.config
 
org.gradle.testretry.internal.executer - package org.gradle.testretry.internal.executer
 
org.gradle.testretry.internal.executer.framework - package org.gradle.testretry.internal.executer.framework
 
org.gradle.testretry.internal.filter - package org.gradle.testretry.internal.filter
 
org.gradle.testretry.internal.testsreader - package org.gradle.testretry.internal.testsreader
 

R

readClass(String, Supplier<? extends TestsReader.Visitor<R>>) - Method in class org.gradle.testretry.internal.testsreader.TestsReader
 
readTestClassDirClass(String, Supplier<? extends TestsReader.Visitor<R>>) - Method in class org.gradle.testretry.internal.testsreader.TestsReader
 
remove(String, Predicate<? super String>) - Method in class org.gradle.testretry.internal.executer.TestNames
 
remove(String, String) - Method in class org.gradle.testretry.internal.executer.TestNames
 
RetryFilter - Class in org.gradle.testretry.internal.filter
 
RetryFilter(AnnotationInspector, Collection<String>, Collection<String>, Collection<String>, Collection<String>) - Constructor for class org.gradle.testretry.internal.filter.RetryFilter
 
RetryTestExecuter - Class in org.gradle.testretry.internal.executer
 
RetryTestExecuter(Test, TestRetryTaskExtensionAccessor, TestExecuter<JvmTestExecutionSpec>, Instantiator, ObjectFactory, Set<File>, Set<File>) - Constructor for class org.gradle.testretry.internal.executer.RetryTestExecuter
 
retryWholeClass(String) - Method in class org.gradle.testretry.internal.filter.ClassRetryMatcher
 

S

SIMULATE_NOT_RETRYABLE_PROPERTY - Static variable in class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
size() - Method in class org.gradle.testretry.internal.executer.TestNames
 
SPOCK2_CORE_JAR_NAME_PATTERN - Static variable in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 
stopNow() - Method in class org.gradle.testretry.internal.executer.RetryTestExecuter
 
stream() - Method in class org.gradle.testretry.internal.executer.TestNames
 
supportsJavaModules() - Static method in interface org.gradle.testretry.internal.executer.framework.TestFrameworkStrategy
 
supportsPropertyConventions(GradleVersion) - Static method in class org.gradle.testretry.internal.config.TestTaskConfigurer
 

T

task - Variable in class org.gradle.testretry.internal.executer.TestFrameworkTemplate
 
test(String, String) - Method in class org.gradle.testretry.internal.executer.TestFilterBuilder
 
TestFilterBuilder - Class in org.gradle.testretry.internal.executer
 
TestFilterBuilder(ObjectFactory) - Constructor for class org.gradle.testretry.internal.executer.TestFilterBuilder
 
TestFrameworkStrategy - Interface in org.gradle.testretry.internal.executer.framework
Instances are scoped to a test task execution and are reused between rounds.
TestFrameworkTemplate - Class in org.gradle.testretry.internal.executer
 
TestFrameworkTemplate(Test, Instantiator, ObjectFactory, Set<File>, Set<File>) - Constructor for class org.gradle.testretry.internal.executer.TestFrameworkTemplate
 
TestNames - Class in org.gradle.testretry.internal.executer
 
TestNames() - Constructor for class org.gradle.testretry.internal.executer.TestNames
 
TestRetryPlugin - Class in org.gradle.testretry
 
TestRetryTaskExtension - Interface in org.gradle.testretry
Allows configuring test retry mechanics.
TestRetryTaskExtension.ClassRetryCriteria - Interface in org.gradle.testretry
The set of criteria specifying which test classes must be retried as a whole unit if retries are enabled and the test class passes the configured filter.
TestRetryTaskExtension.Filter - Interface in org.gradle.testretry
A filter for specifying which tests may be retried.
TestRetryTaskExtensionAccessor - Interface in org.gradle.testretry.internal.config
 
TestRetryTaskExtensionAdapter - Class in org.gradle.testretry.internal.config
 
TestRetryTaskExtensionAdapter(ProviderFactory, TestRetryTaskExtension, GradleVersion) - Constructor for class org.gradle.testretry.internal.config.TestRetryTaskExtensionAdapter
 
testsReader - Variable in class org.gradle.testretry.internal.executer.TestFrameworkTemplate
 
TestsReader - Class in org.gradle.testretry.internal.testsreader
 
TestsReader(Set<File>, Iterable<File>) - Constructor for class org.gradle.testretry.internal.testsreader.TestsReader
 
TestsReader.Visitor<T> - Class in org.gradle.testretry.internal.testsreader
 
TestTaskConfigurer - Class in org.gradle.testretry.internal.config
 

V

Visitor() - Constructor for class org.gradle.testretry.internal.testsreader.TestsReader.Visitor
 
A B C D E F G H I N O R S T V 
Skip navigation links