|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.gradle.BuildAdapter
org.gradle.BuildExceptionReporter
class BuildExceptionReporter extends BuildAdapter
A BuildListener which reports the build exception, if any.
| Nested Class Summary | |
|---|---|
enum |
BuildExceptionReporter.ExceptionStyle
|
class |
BuildExceptionReporter.FailureDetails
|
| Constructor Summary | |
BuildExceptionReporter(Logger logger)
|
|
| Method Summary | |
|---|---|
void
|
buildFinished(BuildResult result)
|
void
|
reportInternalError(FailureDetails details)
|
void
|
setStartParameter(StartParameter startParameter)
|
BuildExceptionReporter
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
BuildExceptionReporter[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
protected void
|
write(FailureDetails details)
|
| Methods inherited from class BuildAdapter | |
|---|---|
| buildFinished, buildStarted, projectsEvaluated, projectsLoaded, settingsEvaluated, taskGraphPopulated |
| Constructor Detail |
|---|
public BuildExceptionReporter(Logger logger)
| Method Detail |
|---|
public void buildFinished(BuildResult result)
public void reportInternalError(FailureDetails details)
public void setStartParameter(StartParameter startParameter)
BuildExceptionReporter valueOf(java.lang.String name)
BuildExceptionReporter[] values()
protected void write(FailureDetails details)
Groovy Documentation