Skip to content

PluginDescriptor

alanlohse edited this page Aug 8, 2021 · 1 revision

gottabe-plugin-dev / Exports / PluginDescriptor

Interface: PluginDescriptor

The plugin descriptor

Table of contents

Properties

Properties

artifactId

artifactId: string

The plugin's artifact identifier

Defined in

gottabe_api.ts:107


groupId

groupId: string

The plugin's group identifier

Defined in

gottabe_api.ts:103


phases

Optional phases: string[]

An array with the phases when the plugin must be called. Default is the same of all phases

Defined in

gottabe_api.ts:115


version

version: string

The version of the plugin

Defined in

gottabe_api.ts:111

Clone this wiki locally