WriteMarkdownLegend

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

Generates a legend table in markdown format, since Mermaid itself doesn't support tables.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
@get:Input
abstract val linkTypes: SetProperty<LinkType>
Link copied to clipboard
@get:Input
abstract val moduleTypes: ListProperty<ModuleType>
Link copied to clipboard
@get:OutputFile
abstract override val outputFile: RegularFileProperty

Functions

Link copied to clipboard
open fun execute()