org.gradle
Class BuildExceptionReporter

java.lang.Object
  extended by org.gradle.BuildAdapter
      extended by org.gradle.BuildExceptionReporter
All Implemented Interfaces:
BuildListener

public class BuildExceptionReporter
extends BuildAdapter

A BuildListener which reports the build exception, if any.


Constructor Summary
BuildExceptionReporter(org.slf4j.Logger logger, StartParameter startParameter)
           
 
Method Summary
 void buildFinished(BuildResult result)
          Called when the build is completed.
 void reportInternalError(org.gradle.BuildExceptionReporter.FailureDetails details)
           
protected  void write(org.gradle.BuildExceptionReporter.FailureDetails details)
           
 
Methods inherited from class org.gradle.BuildAdapter
buildStarted, projectsEvaluated, projectsLoaded, settingsEvaluated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuildExceptionReporter

public BuildExceptionReporter(org.slf4j.Logger logger,
                              StartParameter startParameter)
Method Detail

buildFinished

public void buildFinished(BuildResult result)
Description copied from interface: BuildListener

Called when the build is completed. All selected tasks have been executed.

Specified by:
buildFinished in interface BuildListener
Overrides:
buildFinished in class BuildAdapter
Parameters:
result - The result of the build. Never null.

write

protected void write(org.gradle.BuildExceptionReporter.FailureDetails details)

reportInternalError

public void reportInternalError(org.gradle.BuildExceptionReporter.FailureDetails details)