Package io.vacco.oss.gitflow.schema
Class GsBranchCommit.HeadCommit
- java.lang.Object
-
- io.vacco.oss.gitflow.schema.GsBranchCommit.HeadCommit
-
- Enclosing class:
- GsBranchCommit
public static class GsBranchCommit.HeadCommit extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description GsBranchCommit.AuthorauthorGsBranchCommit.Authorcommitterjava.lang.Stringmessagejava.util.Datetimestampjava.lang.Stringurl
-
Constructor Summary
Constructors Constructor Description HeadCommit()
-
-
-
Field Detail
-
author
public GsBranchCommit.Author author
-
committer
public GsBranchCommit.Author committer
-
message
public java.lang.String message
-
timestamp
public java.util.Date timestamp
-
url
public java.lang.String url
-
-