public class RetryTestResultProcessor
extends java.lang.Object
implements org.gradle.api.internal.tasks.testing.TestResultProcessor
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryTestResultProcessor.TestDescriptorNameOnly |
| Constructor and Description |
|---|
RetryTestResultProcessor(org.gradle.api.internal.tasks.testing.TestResultProcessor delegate,
int maxFailures) |
| Modifier and Type | Method and Description |
|---|---|
void |
completed(java.lang.Object o,
org.gradle.api.internal.tasks.testing.TestCompleteEvent testCompleteEvent) |
void |
failure(java.lang.Object o,
java.lang.Throwable throwable) |
java.util.List<RetryTestResultProcessor.TestDescriptorNameOnly> |
getExpectedRetries() |
java.util.List<org.gradle.api.internal.tasks.testing.TestDescriptorInternal> |
getRetries() |
void |
lastRetry() |
void |
nextRetry() |
void |
output(java.lang.Object o,
org.gradle.api.tasks.testing.TestOutputEvent testOutputEvent) |
void |
started(org.gradle.api.internal.tasks.testing.TestDescriptorInternal testDescriptorInternal,
org.gradle.api.internal.tasks.testing.TestStartEvent testStartEvent) |
public RetryTestResultProcessor(org.gradle.api.internal.tasks.testing.TestResultProcessor delegate,
int maxFailures)
public void started(org.gradle.api.internal.tasks.testing.TestDescriptorInternal testDescriptorInternal,
org.gradle.api.internal.tasks.testing.TestStartEvent testStartEvent)
started in interface org.gradle.api.internal.tasks.testing.TestResultProcessorpublic void completed(java.lang.Object o,
org.gradle.api.internal.tasks.testing.TestCompleteEvent testCompleteEvent)
completed in interface org.gradle.api.internal.tasks.testing.TestResultProcessorpublic void output(java.lang.Object o,
org.gradle.api.tasks.testing.TestOutputEvent testOutputEvent)
output in interface org.gradle.api.internal.tasks.testing.TestResultProcessorpublic void failure(java.lang.Object o,
java.lang.Throwable throwable)
failure in interface org.gradle.api.internal.tasks.testing.TestResultProcessorpublic void lastRetry()
public void nextRetry()
public java.util.List<org.gradle.api.internal.tasks.testing.TestDescriptorInternal> getRetries()
public java.util.List<RetryTestResultProcessor.TestDescriptorNameOnly> getExpectedRetries()