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
supportedSteps map of OperationDescriptor
supportedEvents map of OperationDescriptor
Properties inherited from PluginDescriptor
type string
description string
version Semver
label string
id string

Example

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