- getAllDistributionsAsMap() - Method in AvailableDistributions
-
Returns all distributions that either found locally or downloaded and unpacked
- getAllDistributionsAsMap() - Method in AvailableDistributionsInternal
-
Returns all distributions that either found locally or downloaded and unpacked
- getCurrentGradle(Gradle) - Method in DistributionInternal
-
- getDefaultTask() - Method in GradleTest
-
The name of the task that will be executed in the test project
- getDefaultTask() - Method in TestGenerator
-
The default task to be executed.
- getDeprecationMessageAreFailures() - Method in TestGenerator
-
Whether to treat Gradle's deprecation messages as failures.
- getDownloaded() - Method in GradleTestDownloader
-
Returns a set of downloaded distributions and their locations.
- getExpectedFailures() - Method in GradleTest
-
Returns a list of expected failures as patterns
- getGradleArguments() - Method in GradleTest
-
Returns the arguments that needs to be passed to the running GradleTest instance
- getGradleArguments() - Method in TestGenerator
-
List of arguments that needs to be passed to TestKit.
- getGradleDistributionUri() - Method in GradleTest
-
- getGradleDistributionUri() - Method in TestGenerator
-
Distribution URI to use when looking for Gradle distributions
- getGradleVersion() - Method in CompatibilityTestResult
-
- getInitScript() - Method in GradleTest
-
Returns path to initscript that will be used for tests
- getKotlinDsl() - Method in TestGenerator
-
Whether to add tests for Kotlin scripts if they are available.
- getLocation() - Method in Distribution
-
- getManifestDir(Project, String) - Method in TestSet
-
Gets the directory where manifest file will be generated into.
- getManifestTaskName(String) - Method in TestSet
-
- getOutputDir() - Method in ClasspathManifest
-
Returns directory where manifest file will be written to
- getOutputDir() - Method in GradleTestDownloader
-
Get the output directory.
- getOutputDir() - Method in TestGenerator
-
Where generated source is written to.
- getOutputDirs() - Method in GradleTest
-
List of output directories where tests will be copied to and executed.
- getOutputFilename() - Method in ClasspathManifest
-
The name of the manifest file.
- getPassed() - Method in CompatibilityTestResult
-
- getPluginJarDirectory() - Method in TestGenerator
-
The directory where the plugin JAR is to be found.
- getRuntimeClasspath() - Method in ClasspathManifest
-
Returns the runtime classpath associated with this manifest
- getSearchFolders() - Method in DeprecatingGradleTestExtension
-
- getSearchFolders() - Method in GradleTestExtension
-
A list of additional folders to search.
- getSourceDir() - Method in GradleTest
-
Returns the source directory for finding tests.
- getTestMap() - Method in TestGenerator
-
A map of the tests found in the appropriate GradleTest directory.
- getTestName() - Method in CompatibilityTestResult
-
- getTestNames() - Method in GradleTest
-
Returns the list of tests to be executed
- getTestResults() - Method in GradleTest
-
Returns a list of test results
- getTestRootDirectory() - Method in TestGenerator
-
The root directory where to find tests for this specific GradleTest grouping
The default root directory by convention is src/gradleTest
.
- getUris() - Method in DeprecatingGradleTestExtension
-
- getUris() - Method in GradleTestDownloader
-
Returns the URIs this downloader will attempt to use
- getUris() - Method in GradleTestExtension
-
Returns a list of URIs which should be tried to download Gradle distributions from
- getVersion() - Method in Distribution
-
- getVersions() - Method in GradleTest
-
Returns the set of Gradle versions to tests against
- getVersions() - Method in GradleTestDownloader
-
Get the list of versions that needs to be downloaded.
- getVersions() - Method in TestGenerator
-
The Gradle versions that test code will be generated for
- gradleArguments(Object) - Method in GradleTest
-
Append additional arguments to be sent to the running GradleTest instance.
- GradleTest - Class in org.ysb33r.gradle.gradletest
Runs compatibility tests using special compiled GradleTestKit-based tests
- GradleTest() - Constructor in GradleTest
-
- GradleTestBasePlugin - Class in org.ysb33r.gradle.gradletest
A base plugin for GradleTest.
- GradleTestDownloader - Class in org.ysb33r.gradle.gradletest.legacy20.internal
The downloader is a background task which will download Gradle distributions to a local
folder in the build directory.
- GradleTestDownloader() - Constructor in GradleTestDownloader
-
- GradleTestExtension - Class in org.ysb33r.gradle.gradletest.legacy20
Extension for global configuration of handling distributions used for
testing.
- GradleTestExtension(Project) - Constructor in GradleTestExtension
-
- GradleTestPlugin - Class in org.ysb33r.gradle.gradletest
Checks the current Gradle version and decides which real plugin to apply.