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

LifecycleManagerDescriptor Data Type

Properties
name data type description
supportedEvents map of OperationDescriptor
supportedSteps map of OperationDescriptor
Properties inherited from PluginDescriptor
version Semver
label string
description string
id string
type string

Example

{
  "supportedEvents" : {
    "property1" : {
      "description" : "...",
      "id" : "...",
      "appliableToPhases" : [ "...", "..." ],
      "parameters" : {
        "property1" : {
          "property1" : { },
          "property2" : { }
        },
        "property2" : {
          "property1" : { },
          "property2" : { }
        }
      }
    },
    "property2" : {
      "description" : "...",
      "id" : "...",
      "appliableToPhases" : [ "...", "..." ],
      "parameters" : {
        "property1" : {
          "property1" : { },
          "property2" : { }
        },
        "property2" : {
          "property1" : { },
          "property2" : { }
        }
      }
    }
  },
  "supportedSteps" : {
    "property1" : {
      "description" : "...",
      "id" : "...",
      "appliableToPhases" : [ "...", "..." ],
      "parameters" : {
        "property1" : {
          "property1" : { },
          "property2" : { }
        },
        "property2" : {
          "property1" : { },
          "property2" : { }
        }
      }
    },
    "property2" : {
      "description" : "...",
      "id" : "...",
      "appliableToPhases" : [ "...", "..." ],
      "parameters" : {
        "property1" : {
          "property1" : { },
          "property2" : { }
        },
        "property2" : {
          "property1" : { },
          "property2" : { }
        }
      }
    }
  },
  "version" : {
    "stable" : true,
    "type" : "NPM",
    "originalValue" : "...",
    "minor" : 12345,
    "value" : "...",
    "build" : "...",
    "major" : 12345,
    "suffixTokens" : [ "...", "..." ],
    "patch" : 12345
  },
  "label" : "...",
  "description" : "...",
  "id" : "...",
  "type" : "..."
}