UserInfo

class UserInfo

Information about the user who made a specified commit.

Types

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

Properties

Link copied to clipboard
val date: String?

The date when the specified commit was commited, in timestamp format with GMT offset.

Link copied to clipboard

The email address associated with the user who made the commit, if any.

Link copied to clipboard
val name: String?

The name of the user who made the specified commit.

Functions

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