Package

com.madgag.scalagithub

model

Permalink

package model

Visibility
  1. Public
  2. All

Type Members

  1. case class Comment(id: Long, url: String, html_url: String, body: String, user: User, created_at: ZonedDateTime, updated_at: ZonedDateTime) extends Product with Serializable

    Permalink
  2. trait Commentable extends AnyRef

    Permalink
  3. case class CommitPointer(ref: String, sha: String, user: User, repo: Repo) extends Product with Serializable

    Permalink
  4. trait HasLabelsList extends AnyRef

    Permalink
  5. trait HasLabelsUrl extends HasLabelsList

    Permalink
  6. case class Hook(id: Int, url: String, active: Boolean, config: Map[String, String]) extends Product with Serializable

    Permalink
  7. case class Label(url: String, name: String, color: String) extends Product with Serializable

    Permalink
  8. case class Membership(url: String, state: String, role: String) extends Product with Serializable

    Permalink
  9. case class Permissions(pull: Boolean, push: Boolean, admin: Boolean) extends Product with Serializable

    Permalink
  10. case class PullRequest(number: Int, html_url: String, user: User, title: String, body: String, merged_at: Option[ZonedDateTime], merged_by: Option[User], head: CommitPointer, base: CommitPointer, issue_url: String, comments_url: String) extends Commentable with HasLabelsList with Product with Serializable

    Permalink
  11. case class PullRequestId(repo: RepoId, num: Int) extends Product with Serializable

    Permalink
  12. case class Ref(ref: String, url: String, object: Object) extends Product with Serializable

    Permalink
  13. case class Repo(name: String, full_name: String, html_url: String, clone_url: String, hooks_url: String, labels_url: String, teams_url: String, git_refs_url: String, trees_url: String, default_branch: String, private: Boolean, permissions: Permissions) extends HasLabelsUrl with Product with Serializable

    Permalink
  14. case class RepoId(owner: String, name: String) extends Product with Serializable

    Permalink
  15. case class Team(id: Long, name: String, slug: String, members_count: Int, organization: Org) extends Product with Serializable

    Permalink
  16. case class Tree(sha: String, url: String, tree: Seq[Entry], truncated: Boolean) extends Product with Serializable

    Permalink
  17. case class User(login: String, id: Long, avatar_url: String, url: String, html_url: String, name: Option[String]) extends Product with Serializable

    Permalink

Value Members

  1. object Comment extends Serializable

    Permalink
  2. object CommitPointer extends Serializable

    Permalink
  3. object Hook extends Serializable

    Permalink
  4. object Label extends Serializable

    Permalink
  5. object Membership extends Serializable

    Permalink
  6. object Permissions extends Serializable

    Permalink
  7. object PullRequest extends Serializable

    Permalink
  8. object PullRequestId extends Serializable

    Permalink
  9. object Ref extends Serializable

    Permalink
  10. object Repo extends Serializable

    Permalink
  11. object RepoId extends Serializable

    Permalink
  12. object Team extends Serializable

    Permalink
  13. object Tree extends Serializable

    Permalink
  14. object User extends Serializable

    Permalink

Ungrouped