Difference

Returns information about a set of differences for a commit specifier.

Types

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

Properties

Link copied to clipboard

Information about an afterBlob data type object, including the ID, the file mode permission code, and the path.

Link copied to clipboard

Information about a beforeBlob data type object, including the ID, the file mode permission code, and the path.

Link copied to clipboard

Whether the change type of the difference is an addition (A), deletion (D), or modification (M).

Functions

Link copied to clipboard
inline fun copy(block: Difference.Builder.() -> Unit = {}): Difference
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