CommitChange

data class CommitChange(val changedFiles: List<String>)(source)

One commit's worth of change data: the repo-relative paths of the files it touched.

This is the plain, Gradle-free input the temporal analysis consumes. The Gradle plugin reads it from git log at execution time and hands it down; the analysis itself never touches git or I/O.

Parameters

changedFiles

Repo-relative file paths (forward-slash separated) changed by this commit.

Constructors

Link copied to clipboard
constructor(changedFiles: List<String>)

Properties

Link copied to clipboard