|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gradle.BuildExceptionReporter
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 |
---|
public BuildExceptionReporter(Logger logger)
Method Detail |
---|
public void buildFinished(BuildResult result)
public void buildStarted(StartParameter startParameter)
public void projectsEvaluated(Build build)
public void projectsLoaded(Build build)
public void reportInternalError(java.lang.Throwable failure)
public void setStartParameter(StartParameter startParameter)
public void settingsEvaluated(Settings settings)
public void taskGraphPopulated(TaskExecutionGraph graph)
Groovy Documentation