Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Commit(repository: Option[Repository], ref: Option[String], sha: ArraySeq[Byte]) extends Product with Serializable
  2. final case class PullRequest(repository: Repository, number: Int, whenCreated: Instant, whenClosed: Option[Instant], title: String, htmlUrl: URI, isOpen: Boolean, patch: URI, diff: URI, issue: URI, base: Commit, head: Commit, whenMerged: Option[Instant]) extends Product with Serializable
  3. final case class Repository(cloneUris: CloneUris, name: RepositoryName) extends Product with Serializable
  4. final case class RepositoryName(owner: String, repo: String) extends Product with Serializable

Value Members

  1. object Repository extends Serializable

Ungrouped