- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.BuildOutcome
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.BuildCache
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.BuildScan
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.ConsoleType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.DeprecationChecks
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.MissingSettingsFilePolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.Stacktrace
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.WelcomeMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum dev.gradleplugins.runnerkit.TaskOutcome
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum dev.gradleplugins.runnerkit.BuildOutcome
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.BuildCache
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.BuildScan
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.ConsoleType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.DeprecationChecks
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.MissingSettingsFilePolicy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.Stacktrace
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.GradleExecutionContext.WelcomeMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum dev.gradleplugins.runnerkit.TaskOutcome
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- withArgument(String) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Adds an additional command-line argument to use when executing the build.
- withArguments(String...) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the additional command-line arguments to use when executing the build.
- withArguments(List<String>) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the additional command-line arguments to use when executing the build.
- withBuildCacheEnabled() - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Activates the build cache.
- withDefaultCharacterEncoding(Charset) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the default character encoding to use.
- withDefaultLocale(Locale) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the default locale to use.
- withEnvironment(Map<String, String>) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the environment variables to use when executing the build.
- withEnvironmentVariable(String, String) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Adds an additional environment variable to use when executing the build.
- withEnvironmentVariables(Map<String, ?>) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the environment variables to use when executing the build.
- withEnvironmentVars(Map<String, ?>) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Deprecated.
- withGradleDistribution(URI) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Configures the runner to execute the build using the distribution of Gradle specified.
- withGradleInstallation(File) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Configures the runner to execute the build using the installation of Gradle specified.
- withGradleUserHomeDirectory(File) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the Gradle user home dir.
- withGradleVersion(String) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Configures the runner to execute the build with the version of Gradle specified.
- withNormalizedTaskOutput(Predicate<TaskPath>, UnaryOperator<String>) - Method in interface dev.gradleplugins.runnerkit.BuildResult
-
Returns a new build result with the task output matching the predicate normalized by the output normalizer.
- withoutBuildSrc() - Method in interface dev.gradleplugins.runnerkit.BuildResult
-
Returns a new build result without the tasks executed from the buildSrc included build.
- withoutDeprecationChecks() - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Disable deprecation warning checks.
- withPluginClasspath() - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the plugin classpath based on the Gradle plugin development plugin conventions.
- withPluginClasspath(Iterable<? extends File>) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the injected plugin classpath for the build.
- withRichConsoleEnabled() - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Forces the rich console output.
- withStacktraceDisabled() - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Executes the builds without adding the "--stacktrace" argument.
- withTasks(String...) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the task names to execute.
- withTasks(List<String>) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the task names to execute.
- withUserHomeDirectory(File) - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Sets the user's home dir to use when running the build.
- withWelcomeMessageEnabled() - Method in interface dev.gradleplugins.runnerkit.GradleRunner
-
Renders the welcome message users see upon first invocation of a Gradle distribution with a given Gradle user home directory.