|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
org.gradle.api.tasks.diagnostics.DependencyReportRendererorg.gradle.api.tasks.diagnostics.ProjectReportRenderer
interface DependencyReportRenderer extends ProjectReportRenderer
A DependencyReportRenderer is responsible for rendering the model of a project dependency report.
| Method Summary | |
|---|---|
void
|
completeConfiguration(Configuration configuration)
Completes the rendering of the given configuration. |
void
|
render(ResolvedConfiguration resolvedConfiguration)
Writes the given dependency graph for the current configuration. |
void
|
startConfiguration(Configuration configuration)
Starts rendering the given configuration. |
| Methods inherited from interface ProjectReportRenderer | |
|---|---|
| complete, completeProject, setOutputFile, startProject |
| Method Detail |
|---|
public void completeConfiguration(Configuration configuration)
public void render(ResolvedConfiguration resolvedConfiguration)
public void startConfiguration(Configuration configuration)
Groovy Documentation