FileVersion

Information about a version of a file.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
val 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
inline fun copy(block: FileVersion.Builder.() -> Unit = {}): FileVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String