Packages

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
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CommitInfo
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CommitInfo(rev: RevCommit)
  2. 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

  1. val authorEmailAddress: String
  2. val authorName: String
  3. val authorTime: Date
  4. val commitTime: Date
  5. val committerEmailAddress: String
  6. val committerName: String
  7. val description: Option[String]
  8. val fullMessage: String
  9. val id: String
  10. def isDifferentFromAuthor: Boolean
  11. val parents: List[String]
  12. val shortMessage: String
  13. val summary: String