com.codacy.client

bitbucket

package bitbucket

Visibility
  1. Public
  2. All

Type Members

  1. case class CommitComment(id: Long, username: String, commit: String, display_name: String, content: String, created_on: DateTime) extends Product with Serializable

  2. case class Issue(id: Long, status: String, priority: String, title: String, content: String, owner: String, created_on: DateTime, kind: String) extends Product with Serializable

  3. case class PullRequest(id: Long, title: String, description: String, author: String, state: String, created_on: DateTime, updated_on: DateTime, destBranch: String, destCommit: String) extends Product with Serializable

  4. case class Repository(name: String, full_name: String, description: String, scm: String, created_on: DateTime, updated_on: DateTime, httpsUrl: String, sshUrl: String, owner: String, size: Long, has_issues: Boolean, is_private: Boolean, language: String) extends Product with Serializable

  5. case class SimpleRepository(name: String, description: String, scm: String, created_on: DateTime, updated_on: DateTime, owner: String, size: Long, has_issues: Boolean, is_private: Boolean, language: String) extends Product with Serializable

  6. case class SshKey(pk: Long, key: String, label: String) extends Product with Serializable

  7. case class Url(name: String, href: String) extends Product with Serializable

  8. case class User(username: String, first_name: String, last_name: String, is_team: Boolean) extends Product with Serializable

Value Members

  1. object CommitComment extends Serializable

  2. object Issue extends Serializable

  3. object PullRequest extends Serializable

  4. object Repository extends Serializable

  5. object SimpleRepository extends Serializable

  6. object SshKey extends Serializable

  7. object Url extends Serializable

  8. object User extends Serializable

  9. package client

  10. package service

  11. package util

Ungrouped