matlab.buildtool.PlanElement Class
R2026bNamespace: matlab.buildtool
Description
The matlab.buildtool.PlanElement class defines the minimal shared identity for all elements
that you can add to a build plan, such as tasks and task groups. The matlab.buildtool.Task and matlab.buildtool.TaskGroup classes derive from the PlanElement class
and inherit its Name and Description
properties.
Only the build tool can subclass the PlanElement class. You cannot
instantiate the PlanElement class or subclass it directly.
Class Attributes
Abstract | true |
RestrictsSubclassing | true |
For information on class attributes, see Class Attributes.
Properties
Examples
Version History
Introduced in R2026b