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

Example

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