case class CommitInfo(id: String, shortMessage: String, fullMessage: String, parents: List[String], authorTime: Date, authorName: String, authorEmailAddress: String, commitTime: Date, committerName: String, committerEmailAddress: String) extends Product with Serializable
The commit data.
- id
the commit id
- shortMessage
the short message
- fullMessage
the full message
- parents
the list of parent commit id
- authorTime
the author time
- authorName
the author name
- authorEmailAddress
the mail address of the author
- commitTime
the commit time
- committerName
the committer name
- committerEmailAddress
the mail address of the committer
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- CommitInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CommitInfo(rev: RevCommit)
-
new
CommitInfo(id: String, shortMessage: String, fullMessage: String, parents: List[String], authorTime: Date, authorName: String, authorEmailAddress: String, commitTime: Date, committerName: String, committerEmailAddress: String)
- id
the commit id
- shortMessage
the short message
- fullMessage
the full message
- parents
the list of parent commit id
- authorTime
the author time
- authorName
the author name
- authorEmailAddress
the mail address of the author
- commitTime
the commit time
- committerName
the committer name
- committerEmailAddress
the mail address of the committer
Value Members
- val authorEmailAddress: String
- val authorName: String
- val authorTime: Date
- val commitTime: Date
- val committerEmailAddress: String
- val committerName: String
- val description: Option[String]
- val fullMessage: String
- val id: String
- def isDifferentFromAuthor: Boolean
- val parents: List[String]
- val shortMessage: String
- val summary: String