padv.builtin.query.GetInputsOfBuildToolTasks Class
Namespace: padv.builtin.query
Superclasses: padv.Query
Description
The padv.builtin.query.GetInputsOfBuildToolTasks class provides a query
      that can return the inputs of MATLAB® build tool tasks. With the MATLAB build tool, you can create a build plan that identifies code issues, runs tests,
      and performs other operations. For more information, see Build Automation.
You can use this query in your process model to find the inputs to your MATLAB build tool tasks. For example, you can use this query as an input query for the
      built-in task padv.builtin.task.RunBuildTool to pass your MATLAB build tool task inputs as inputs to your Process Advisor
      tasks.
The padv.builtin.query.GetInputsOfBuildToolTasks class is a handle class.
Creation
Description
query = padv.builtin.query.GetInputsOfBuildToolTasks()
query = padv.builtin.query.GetInputsOfBuildToolTasks(Name=Value)padv.builtin.query.GetInputsOfBuildToolTasks(Tasks=["check" "pcode"])
          creates a query that finds the input files for the specified MATLAB build tool tasks for identifying code issues and creating P-code
          files.
The padv.builtin.query.GetInputsOfBuildToolTasks class also has other properties, but you cannot set
          those properties during query creation.
Name-Value Arguments
Properties
Methods
Examples
Capabilities and Limitations
This table identifies functionality that is supported by the query.
| Functionality | Supported? | 
|---|---|
| Input query for task | Only when the query property  | 
| Iteration query for task | No. | 
Version History
Introduced in R2023b