atlas
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
atlas
:atlas-mermaid
/
atlas.mermaid.tasks
/
WriteMarkdownLegend
Write
Markdown
Legend
@
CacheableTask
abstract
class
WriteMarkdownLegend
:
DefaultTask
,
TaskWithOutputFile
,
AtlasGenerationTask
(
source
)
Generates a legend table in markdown format, since Mermaid itself doesn't support tables.
Members
Constructors
Write
Markdown
Legend
Link copied to clipboard
constructor
(
)
Properties
link
Types
Link copied to clipboard
@get:
Input
abstract
val
linkTypes
:
SetProperty
<
LinkType
>
module
Types
Link copied to clipboard
@get:
Input
abstract
val
moduleTypes
:
ListProperty
<
ModuleType
>
output
File
Link copied to clipboard
@get:
OutputFile
abstract
override
val
outputFile
:
RegularFileProperty
Functions
execute
Link copied to clipboard
open
fun
execute
(
)