Package-level declarations

Types

Link copied to clipboard
@CacheableTask
abstract class ExecGraphviz : DefaultTask, AtlasGenerationTask, TaskWithOutputFile

Executes dot with the configured inputs to generate an image file. Requires Graphviz to be pre-installed.

Link copied to clipboard
@CacheableTask
abstract class WriteGraphvizChart : DefaultTask, TaskWithOutputFile, AtlasGenerationTask

Converts a DotConfig into a written module chart file, generated once for each module.

Link copied to clipboard
@CacheableTask
abstract class WriteGraphvizLegend : DefaultTask, TaskWithOutputFile, AtlasGenerationTask

Converts a DotConfig into a written legend table, generated once in the project root.