Groovy Documentation

org.gradle
Class BuildExceptionReporter

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

class BuildExceptionReporter
extends java.lang.Object

A org.gradle.BuildListener which reports the build exception, if any.


Constructor Summary
BuildExceptionReporter(Logger logger)

 
Method Summary
void buildFinished(BuildResult result)

void buildStarted(StartParameter startParameter)

void projectsEvaluated(Build build)

void projectsLoaded(Build build)

void reportInternalError(java.lang.Throwable failure)

void setStartParameter(StartParameter startParameter)

void settingsEvaluated(Settings settings)

void taskGraphPopulated(TaskExecutionGraph graph)

 
Methods inherited from class java.lang.Object
hashCode, getClass, equals, toString, wait, wait, wait, notify, notifyAll
 

Constructor Detail

BuildExceptionReporter

public BuildExceptionReporter(Logger logger)


 
Method Detail

buildFinished

public void buildFinished(BuildResult result)


buildStarted

public void buildStarted(StartParameter startParameter)


projectsEvaluated

public void projectsEvaluated(Build build)


projectsLoaded

public void projectsLoaded(Build build)


reportInternalError

public void reportInternalError(java.lang.Throwable failure)


setStartParameter

public void setStartParameter(StartParameter startParameter)


settingsEvaluated

public void settingsEvaluated(Settings settings)


taskGraphPopulated

public void taskGraphPopulated(TaskExecutionGraph graph)


 

Groovy Documentation