public class GradleRunnerWrapper extends Object implements GradleRunnerVersion1
| Constructor and Description |
|---|
GradleRunnerWrapper(File gradleHomeDirectory,
GradleRunnerInteractionVersion1 interactionVersion1) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeCommand(String commandLine)
Call this to execute the specified command line.
|
void |
killProcess()
Call this to stop the gradle command.
|
public GradleRunnerWrapper(File gradleHomeDirectory, GradleRunnerInteractionVersion1 interactionVersion1)
public void executeCommand(String commandLine)
GradleRunnerVersion1executeCommand in interface GradleRunnerVersion1commandLine - the command to executepublic void killProcess()
GradleRunnerVersion1killProcess in interface GradleRunnerVersion1Copyright © 2013. All rights reserved