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

Example

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