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