| name | data type | description |
|---|---|---|
| supportedEvents | map of OperationDescriptor | |
| supportedSteps | map of OperationDescriptor | |
Properties inherited from PluginDescriptor |
||
| label | string | |
| id | string | |
| type | string | |
| version | Semver | |
| description | string | |
Example
{
"supportedEvents" : {
"property1" : {
"appliableToPhases" : [ "...", "..." ],
"parameters" : {
"property1" : {
"property1" : { },
"property2" : { }
},
"property2" : {
"property1" : { },
"property2" : { }
}
},
"id" : "...",
"description" : "..."
},
"property2" : {
"appliableToPhases" : [ "...", "..." ],
"parameters" : {
"property1" : {
"property1" : { },
"property2" : { }
},
"property2" : {
"property1" : { },
"property2" : { }
}
},
"id" : "...",
"description" : "..."
}
},
"supportedSteps" : {
"property1" : {
"appliableToPhases" : [ "...", "..." ],
"parameters" : {
"property1" : {
"property1" : { },
"property2" : { }
},
"property2" : {
"property1" : { },
"property2" : { }
}
},
"id" : "...",
"description" : "..."
},
"property2" : {
"appliableToPhases" : [ "...", "..." ],
"parameters" : {
"property1" : {
"property1" : { },
"property2" : { }
},
"property2" : {
"property1" : { },
"property2" : { }
}
},
"id" : "...",
"description" : "..."
}
},
"label" : "...",
"id" : "...",
"type" : "...",
"version" : {
"stable" : true,
"major" : 12345,
"value" : "...",
"originalValue" : "...",
"build" : "...",
"suffixTokens" : [ "...", "..." ],
"patch" : 12345,
"minor" : 12345,
"type" : "NPM"
},
"description" : "..."
}