interface |
BuildMap |
The build map is a metadata object that can be used to store several types of build metadata produced/collected
while building a single program:
Basic - Singleton properties identifying the build map program, group, build result and description
Sources - List of source repositories used during the build including branch and snapshot information
Inputs - List of resolved and unresolved inputs from dependency search including SCM information
Binary Inputs - List of resolved and unresolved statically linked compile units from the load module scanner
Outputs - List of outputs gathered from DBB execute DDStatements.
|