WriteGraphvizChart

@CacheableTask
abstract class WriteGraphvizChart : DefaultTask, TaskWithOutputFile, AtlasGenerationTask(source)

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

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Input
abstract val config: Property<DotConfig>
Link copied to clipboard
@get:Input
abstract val groupModules: Property<Boolean>
Link copied to clipboard
@get:PathSensitive(value = PathSensitivity.NONE)
@get:InputFile
abstract val linksFile: RegularFileProperty
Link copied to clipboard
@get:PathSensitive(value = PathSensitivity.NONE)
@get:InputFile
abstract val moduleTypesFile: RegularFileProperty
Link copied to clipboard
@get:OutputFile
abstract override val outputFile: RegularFileProperty
Link copied to clipboard
@get:Input
abstract val replacements: SetProperty<Replacement>
Link copied to clipboard
@get:Input
abstract val thisPath: Property<String>

Functions

Link copied to clipboard
open fun execute()