case class Commit(message: String, author: ApiPersonIdent, committer: ApiPersonIdent)(sha: String, repositoryName: RepositoryName) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Commit
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Commit(message: String, author: ApiPersonIdent, committer: ApiPersonIdent)(sha: String, repositoryName: RepositoryName)
Value Members
- val author: ApiPersonIdent
- val committer: ApiPersonIdent
- val message: String
- val url: ApiPath