public class BuildResult extends Object
A BuildResult
packages up the results of a build executed by a GradleLauncher
instance.
コンストラクタと説明 |
---|
BuildResult(Gradle gradle,
Throwable failure) |
修飾子とタイプ | メソッドと説明 |
---|---|
Throwable |
getFailure() |
Gradle |
getGradle() |
BuildResult |
rethrowFailure()
Rethrows the build failure.
|
public Gradle getGradle()
public Throwable getFailure()
public BuildResult rethrowFailure()
Rethrows the build failure. Does nothing if there was no build failure.