AffectedModules

constructor(totalModules: Int, changed: List<String> = emptyList(), affected: List<String> = emptyList())(source)

Parameters

totalModules

Total modules in the graph - the denominator for "N of M affected".

changed

Modules that own at least one changed file, directly.

affected

Changed modules plus every production dependent reachable from them.