api / org.gradle.api.plugins.buildcomparison.gradle

Package org.gradle.api.plugins.buildcomparison.gradle

Types

CompareGradleBuilds

open class CompareGradleBuilds : DefaultTask, VerificationTask

Executes two Gradle builds (that can be the same build) with specified versions and compares the outcomes. Please see the “Comparing Builds” chapter of the Gradle User Guide for more information.

CompareGradleBuildsPlugin

open class CompareGradleBuildsPlugin : Plugin<Project>

Preconfigures the project to run a gradle build comparison.

GradleBuildInvocationSpec

interface GradleBuildInvocationSpec

A specification for launching a Gradle build with a specified Gradle version.