WriteOutcome

data class WriteOutcome(val successes: List<AppliedChange> = emptyList(), val failures: List<ApplyFailure> = emptyList())(source)

Per-file outcome for applying OpenRewrite results to a target.

Dry-run, plugin-only, and no-change runs use EMPTY.

Constructors

Link copied to clipboard
constructor(successes: List<AppliedChange> = emptyList(), failures: List<ApplyFailure> = emptyList())

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard