D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

PluginDescriptor Data Type

Subtypes
LifecycleManagerDescriptor
Properties
name data type description
label string
id string
type string
version Semver
description string

Example

{
  "label" : "...",
  "id" : "...",
  "type" : "...",
  "version" : {
    "stable" : true,
    "major" : 12345,
    "value" : "...",
    "originalValue" : "...",
    "build" : "...",
    "suffixTokens" : [ "...", "..." ],
    "patch" : 12345,
    "minor" : 12345,
    "type" : "LOOSE"
  },
  "description" : "..."
}