public class ExecuteBuildAction extends Object implements GradleLauncherAction<Void>, Serializable
| Constructor and Description |
|---|
ExecuteBuildAction() |
| Modifier and Type | Method and Description |
|---|---|
Void |
getResult()
Something produced by the action, the meaning of which is entirely up to the implementation to define.
|
BuildResult |
run(GradleLauncher gradleLauncher)
Executes the action with the given launcher.
|
public Void getResult()
GradleLauncherActiongetResult in interface GradleLauncherAction<Void>public BuildResult run(GradleLauncher gradleLauncher)
GradleLauncherActionThe state of the launcher is not defined as part of this contract, it is highly context specific. For example, it is not guaranteed that the start parameter for the launcher has been configured.
run in interface GradleLauncherAction<Void>Copyright © 2013. All rights reserved