PluginRunResult
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Partial(val changedFiles: List<Path>, val diffs: Map<Path, String>, val estimatedTimeSaved: Duration?, val failures: List<String>) : PluginRunResult
Some discovered build units produced usable diffs while others failed, were skipped, or could not be fully covered (e.g. truncated discovery). Only arises from the multi-unit orphan (root-less monorepo) branch in PluginRecipeRunner.
Link copied to clipboard