case class CommitInfo(id: String, shortMessage: String, fullMessage: String, parents: List[String], authorTime: Date, authorName: String, authorEmailAddress: String, commitTime: Date, committerName: String, committerEmailAddress: String, commitSign: Option[GpgSignInfo], verified: Option[GpgVerifyInfo]) 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
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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, commitSign: Option[GpgSignInfo], verified: Option[GpgVerifyInfo])
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorEmailAddress: String
- val authorName: String
- val authorTime: Date
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val commitSign: Option[GpgSignInfo]
- val commitTime: Date
- val committerEmailAddress: String
- val committerName: String
- val description: Option[String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val fullMessage: String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val id: String
- def isDifferentFromAuthor: Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val parents: List[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val shortMessage: String
- val summary: String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val verified: Option[GpgVerifyInfo]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()