IBM / dbb-zappbuild

zAppBuild is a generic build solution for building z/OS applications using Apache Groovy build scripts and IBM Dependency Based Build (DBB) APIs.
Apache License 2.0
40 stars 123 forks source link

Externalise methods accessing DBB MetadataStore #495

Open dennis-behm opened 3 months ago

dennis-behm commented 3 months ago

This is a significant refactoring of the zAppBuild framework to apply a cleaner layout of the utilities that are used.

Methods that are working with collections and build results are combined into the utilities/MetadatastoreUtilities.groovy script, while previously they were mainly managed in buildUtils and impactUtils.

Some unused methods got removed.