- 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.
- getDownloaded() - Method in GradleTestDownloader
-
Returns a set of downloaded distributions and their locations.
- getError() - Method in GradleStep
-
Location of error output from execution.
- 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
- 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
-
- getName() - Method in AbstractStep
-
Name of this step.
- getName() - Method in Step
-
Name of this step.
- getName() - Method in StepInfo
-
Name of the step
- getOutput() - Method in GradleStep
-
Location of output from execution.
- 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.
- getReportDir() - Method in AbstractStep
-
Directory where reports should be written to
- getReportDir() - Method in StepInfo
-
Directory where reports should be written to
- getReportsDir() - Method in GradleRunnerSteps
-
- 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.
- getStepInfo() - Method in AbstractStep
-
Information that was used during execution of the step
- getStepInfo() - Method in Step
-
Information that was used during execution of the step
- getStepReportDir(int) - Method in GradleRunnerSteps
-
Returns the working directory for a specific step.
- getSteps() - Method in GradleRunnerSteps
-
Returns the list of steps.
- 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
- getWorkingDir() - Method in AbstractStep
-
Base directory where work occurs in
- getWorkingDir() - Method in GradleRunnerSteps
-
- getWorkingDir() - Method in StepInfo
-
Base directory where work occurs in
- gradleArguments(Object) - Method in GradleTest
-
Append additional arguments to be sent to the running GradleTest instance.
- GradleRunnerPlugin - Class in org.ysb33r.gradle.gradlerunner
Adds a default task called gradleRunner
- GradleRunnerSteps - Class in org.ysb33r.gradle.gradlerunner
Executes a set of staps including running Gradle with tasks and capturing the output
- GradleRunnerSteps() - Constructor in GradleRunnerSteps
-
- GradleStep - Class in org.ysb33r.gradle.gradlerunner.internal
Runs a Gradle execution.
- GradleStep(String, Iterable<String>, boolean) - Constructor in GradleStep
-
- 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.