|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.BuildResult
public class BuildResult
A BuildResult
packages up the results of a build executed by a GradleLauncher
instance.
Constructor Summary | |
---|---|
BuildResult(Gradle gradle,
java.lang.Throwable failure)
|
Method Summary | |
---|---|
java.lang.Throwable |
getFailure()
|
Gradle |
getGradle()
|
void |
rethrowFailure()
Rethrows the build failure. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BuildResult(Gradle gradle, java.lang.Throwable failure)
Method Detail |
---|
public Gradle getGradle()
public java.lang.Throwable getFailure()
public void rethrowFailure()
Rethrows the build failure. Does nothing if there was no build failure.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |