PluginManifest class abstract

PluginManifest

Properties:

  • id - Globally unique identifier that represents the plugin.
  • name - Name of the plugin.
  • description - Description of what the plugin is and does.
  • version - Version number of the plugin.
  • minServerVersion - The minimum Mattermost server version required for the plugin. Available as server version 5.6.
  • backend
  • server
  • webapp
  • settingsSchema - Settings schema used to define the System Console UI for the plugin.

Constructors

PluginManifest([void updates(PluginManifestBuilder b)])
factory

Properties

backend PluginManifestBackend?
no setter
description String?
Description of what the plugin is and does.
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
Globally unique identifier that represents the plugin.
no setter
minServerVersion String?
The minimum Mattermost server version required for the plugin. Available as server version 5.6.
no setter
name String?
Name of the plugin.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server PluginManifestServer?
no setter
settingsSchema → JsonObject?
Settings schema used to define the System Console UI for the plugin.
no setter
version String?
Version number of the plugin.
no setter
webapp PluginManifestWebapp?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PluginManifestBuilder)) PluginManifest
Rebuilds the instance.
inherited
toBuilder() PluginManifestBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<PluginManifest>
no setter