case class ApiCommit(id: String, message: String, timestamp: Date, added: List[String], removed: List[String], modified: List[String], author: ApiPersonIdent, committer: ApiPersonIdent)(repositoryName: RepositoryName, urlIsHtmlUrl: Boolean) extends FieldSerializable with Product with Serializable

https://developer.github.com/v3/repos/commits/

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

Instance Constructors

  1. new ApiCommit(id: String, message: String, timestamp: Date, added: List[String], removed: List[String], modified: List[String], author: ApiPersonIdent, committer: ApiPersonIdent)(repositoryName: RepositoryName, urlIsHtmlUrl: Boolean)

Value Members

  1. val added: List[String]
  2. val author: ApiPersonIdent
  3. val committer: ApiPersonIdent
  4. val html_url: Option[ApiPath]
  5. val id: String
  6. val message: String
  7. val modified: List[String]
  8. val removed: List[String]
  9. val timestamp: Date
  10. val url: ApiPath