Groovy Documentation

org.gradle
Class BuildExceptionReporter

java.lang.Object
  org.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

BuildExceptionReporter

public BuildExceptionReporter(Logger logger)


 
Method Detail

buildFinished

public void buildFinished(BuildResult result)


reportInternalError

public void reportInternalError(FailureDetails details)


setStartParameter

public void setStartParameter(StartParameter startParameter)


valueOf

BuildExceptionReporter valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.


values

BuildExceptionReporter[] values()
Returns an array containing the constants of this enum type, in the order they are declared.


write

protected void write(FailureDetails details)


 

Groovy Documentation