Release Commit
data class ReleaseCommit(val authorEmail: String? = null, val authorName: String? = null, val authoredDate: String? = null, val committedDate: String? = null, val committerEmail: String? = null, val committerName: String? = null, val createdAt: String? = null, val id: String? = null, val message: String? = null, val parentIds: List<String>? = null, val shortId: String? = null, val title: String? = null)
Constructors
Link copied to clipboard
constructor(authorEmail: String? = null, authorName: String? = null, authoredDate: String? = null, committedDate: String? = null, committerEmail: String? = null, committerName: String? = null, createdAt: String? = null, id: String? = null, message: String? = null, parentIds: List<String>? = null, shortId: String? = null, title: String? = null)
Properties
Link copied to clipboard
The date and time the commit was authored. In ISO 8601 format (2019-03-15T08:00:00Z).
Link copied to clipboard
The email address of the commit author.
Link copied to clipboard
The name of the commit author.
Link copied to clipboard
The date and time the commit was made. In ISO 8601 format (2019-03-15T08:00:00Z).
Link copied to clipboard
The email address of the committer.
Link copied to clipboard
The name of the committer.