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