c

gitbucket.core.model

CommitComments

case class CommitComments(fileName: String, commentedUserName: String, registeredDate: Date, comments: Seq[CommitComment], diff: Option[String]) extends Comment with Product with Serializable

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

Instance Constructors

  1. new CommitComments(fileName: String, commentedUserName: String, registeredDate: Date, comments: Seq[CommitComment], diff: Option[String])

Value Members

  1. val commentedUserName: String
    Definition Classes
    CommitCommentsComment
  2. val comments: Seq[CommitComment]
  3. val diff: Option[String]
  4. val fileName: String
  5. def productElementNames: Iterator[String]
    Definition Classes
    Product
  6. val registeredDate: Date
    Definition Classes
    CommitCommentsComment