Package

com.codacy.client

bitbucket

Permalink

package bitbucket

Visibility
  1. Public
  2. All

Type Members

  1. case class ApiUrl(urlType: ApiUrlType.Value, link: String) extends Product with Serializable

    Permalink
  2. case class BuildStatus(state: CommitStatus.Value, key: String, name: String, url: String, description: String) extends Product with Serializable

    Permalink
  3. case class Commit(hash: String, authorName: String, parents: Option[Seq[String]], date: DateTime, message: String) extends Product with Serializable

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

    Permalink
  5. case class FieldValue(name: String, value: String) extends Product with Serializable

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

    Permalink
  7. case class PullRequest(id: Long, title: String, description: String, authorUsername: String, authorAvatar: Option[String], state: String, created_on: DateTime, updated_on: DateTime, sourceRepository: String, sourceBranch: String, sourceCommit: String, destRepository: String, destBranch: String, destCommit: Option[String], apiUrls: Seq[ApiUrl]) extends Product with Serializable

    Permalink
  8. case class PullRequestComment(id: Long, username: String, display_name: String, content: String, created_on: DateTime) extends Product with Serializable

    Permalink
  9. case class Repository(name: String, full_name: String, description: String, scm: String, created_on: DateTime, updated_on: DateTime, owner: String, size: Long, has_issues: Boolean, is_private: Boolean, language: String, url: Seq[RepositoryUrl]) extends Product with Serializable

    Permalink
  10. case class RepositoryUrl(urlType: RepositoryUrlType.Value, link: String) extends Product with Serializable

    Permalink
  11. case class Service(id: Long, service: ServiceValue) extends Product with Serializable

    Permalink
  12. case class ServiceValue(fields: Seq[FieldValue], type: String) extends Product with Serializable

    Permalink
  13. case class SimpleCommit(hash: String, authorName: Option[String], parents: Seq[String], date: DateTime, message: String) extends Product with Serializable

    Permalink
  14. 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

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

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

    Permalink
  17. case class Webhook(uuid: String, description: String, url: String, subject: JsObject, events: Set[String], active: Boolean, created_at: String, links: JsObject) extends Product with Serializable

    Permalink

Value Members

  1. object ApiUrlType extends Enumeration

    Permalink
  2. object BuildStatus extends Serializable

    Permalink
  3. object Commit extends Serializable

    Permalink
  4. object CommitComment extends Serializable

    Permalink
  5. object CommitStatus extends Enumeration with JsonEnumeration

    Permalink
  6. object Issue extends Serializable

    Permalink
  7. object PullRequest extends Serializable

    Permalink
  8. object PullRequestComment extends Serializable

    Permalink
  9. object Repository extends Serializable

    Permalink
  10. object RepositoryUrlType extends Enumeration

    Permalink
  11. object Service extends Serializable

    Permalink
  12. object SimpleCommit extends Serializable

    Permalink
  13. object SimpleRepository extends Serializable

    Permalink
  14. object SshKey extends Serializable

    Permalink
  15. object User extends Serializable

    Permalink
  16. object Webhook extends Serializable

    Permalink
  17. package client

    Permalink
  18. package service

    Permalink
  19. package util

    Permalink

Ungrouped