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

Example

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