Builder

class Builder

Properties

Link copied to clipboard

The blob ID of the object that represents the content of the file in this version.

Link copied to clipboard

Returns information about a specific commit.

Link copied to clipboard
var path: String?

The name and path of the file at which this blob is indexed which contains the data for this version of the file. This value will vary between file versions if a file is renamed or if its path changes.

Link copied to clipboard

An array of commit IDs that contain more recent versions of this file. If there are no additional versions of the file, this array will be empty.

Functions

Link copied to clipboard
fun commit(block: Commit.Builder.() -> Unit)