toggle menu
teamcity-gitea-test-task
0.1.0
jvm
switch theme
search in API
teamcity-gitea-test-task
/
tinyvm
/
Commit
Commit
class
Commit
(
val
tree
:
Tree
,
val
author
:
Author
,
val
message
:
String
,
val
timestamp
:
Instant
)
:
Object
Commits are a pointer to a 'head' tree with some metadata.
Members
Constructors
Commit
Link copied to clipboard
constructor
(
tree
:
Tree
,
author
:
Author
,
message
:
String
,
timestamp
:
Instant
)
Properties
author
Link copied to clipboard
val
author
:
Author
data
Link copied to clipboard
open
override
val
data
:
String
message
Link copied to clipboard
val
message
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Instant
tree
Link copied to clipboard
val
tree
:
Tree
type
Link copied to clipboard
val
type
:
String
Functions
hash
Link copied to clipboard
fun
hash
(
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String