Packages

case class BlameInfo(id: String, authorName: String, authorEmailAddress: String, authorTime: Date, prev: Option[String], prevPath: Option[String], commitTime: Date, message: String, lines: Set[Int]) extends Product with Serializable

Linear Supertypes
Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BlameInfo
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new BlameInfo(id: String, authorName: String, authorEmailAddress: String, authorTime: Date, prev: Option[String], prevPath: Option[String], commitTime: Date, message: String, lines: Set[Int])

Value Members

  1. val authorEmailAddress: String
  2. val authorName: String
  3. val authorTime: Date
  4. val commitTime: Date
  5. val id: String
  6. val lines: Set[Int]
  7. val message: String
  8. val prev: Option[String]
  9. val prevPath: Option[String]
  10. def productElementNames: Iterator[String]
    Definition Classes
    Product