|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.BuildResult
class BuildResult extends java.lang.Object
A BuildResult packages up the results of a build executed by a org.gradle.Gradle instance.
Constructor Summary | |
BuildResult(Settings settings, Build build, java.lang.Throwable failure)
|
Method Summary | |
---|---|
Build
|
getBuild()
|
java.lang.Throwable
|
getFailure()
|
Settings
|
getSettings()
|
void
|
rethrowFailure()
Rethrows the build failure. |
Methods inherited from class java.lang.Object | |
---|---|
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll |
Constructor Detail |
---|
public BuildResult(Settings settings, Build build, java.lang.Throwable failure)
Method Detail |
---|
public Build getBuild()
public java.lang.Throwable getFailure()
public Settings getSettings()
public void rethrowFailure()
Rethrows the build failure. Does nothing if there was no build failure.
Groovy Documentation