public interface ConfigurationStage extends BuildStage
| Modifier and Type | Method and Description |
|---|---|
ConfigurationStage |
forTasks(String... tasks)
Set tasks which will be executed during build.
|
ConfigurationStage |
setJavaHome(File javaHome)
Java home directory.
|
ConfigurationStage |
setJvmArguments(String... jvmArguments) |
ConfigurationStage |
useGradleUserHomeDir(File gradleUserHomeDir) |
ConfigurationStage |
withArguments(String... arguments)
Sets argument which will be used during build.
|
importBuildOutput, importBuildOutput, importBuildOutputConfigurationStage useGradleUserHomeDir(File gradleUserHomeDir)
ConfigurationStage forTasks(String... tasks)
tasks - List of tasks to be executed.ConfigurationStage withArguments(String... arguments)
arguments - Arguments to be usedConfigurationStage setJavaHome(File javaHome)
javaHome - JDK homeConfigurationStage setJvmArguments(String... jvmArguments)
jvmArguments - JVM argumentsCopyright © 2014 JBoss by Red Hat. All rights reserved.