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
version Semver
label string
description string
id string
type string

Example

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