| Interface | Description |
|---|---|
| BuildResult | |
| BuildResult.Failure | |
| BuildTask |
A task that was executed when running a specific build.
|
| GradleDistribution | |
| GradleExecutionContext | |
| GradleExecutionResult | |
| GradleExecutor | |
| GradleRunner |
| Class | Description |
|---|---|
| BuildFailure | |
| TaskPath |
| Enum | Description |
|---|---|
| BuildOutcome | |
| GradleExecutionContext.BuildCache | |
| GradleExecutionContext.BuildScan | |
| GradleExecutionContext.ConsoleType | |
| GradleExecutionContext.DeprecationChecks | |
| GradleExecutionContext.MissingSettingsFilePolicy | |
| GradleExecutionContext.Stacktrace | |
| GradleExecutionContext.WelcomeMessage | |
| TaskOutcome |
The outcome of executing a task during a build.
|
| Exception | Description |
|---|---|
| InvalidPluginMetadataException |
Thrown when the plugin under test metadata cannot be read.
|
| InvalidRunnerConfigurationException |
Thrown when a build cannot be executed due to the runner being in an invalid state.
|
| UnexpectedBuildFailure |
Thrown when executing a build that was expected to succeed, but failed.
|
| UnexpectedBuildResultException | |
| UnexpectedBuildSuccess |
Thrown when executing a build that was expected to fail, but succeeded.
|