PluginStatus class abstract

PluginStatus

Properties:

  • pluginId - 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.
  • clusterId - ID of the cluster in which plugin is running
  • pluginPath - Path to the plugin on the server
  • state - State of the plugin

Constructors

PluginStatus([void updates(PluginStatusBuilder b)])
factory

Properties

clusterId String?
ID of the cluster in which plugin is running
no setter
description String?
Description of what the plugin is and does.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of the plugin.
no setter
pluginId String?
Globally unique identifier that represents the plugin.
no setter
pluginPath String?
Path to the plugin on the server
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state PluginStatusStateEnum?
State of the plugin
no setter
version String?
Version number of the plugin.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(PluginStatusBuilder)) PluginStatus
Rebuilds the instance.
inherited
toBuilder() PluginStatusBuilder
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<PluginStatus>
no setter