Package

com.codacy.client.bitbucket

v2

Permalink

package v2

Visibility
  1. Public
  2. All

Type Members

  1. case class AccessToken(access_token: String, refresh_token: String) extends Product with Serializable

    Permalink
  2. case class AccountUuid(value: String) extends OwnerInfo with Product with Serializable

    Permalink
  3. case class ApiUrl(urlType: ApiUrlType.Value, link: Link) extends Product with Serializable

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

    Permalink
  5. case class CommitComment(id: Long, commit: String, content: String, created_on: LocalDateTime, deleted: Boolean) extends Product with Serializable

    Permalink
  6. case class DeployKey(id: Long, key: String, label: String) extends Product with Serializable

    Permalink
  7. case class Email(email: String, is_primary: Boolean, is_confirmed: Boolean) extends Product with Serializable

    Permalink
  8. case class Issue(id: Long, state: String, priority: String, title: String, content: String, reporter: User, created_on: LocalDateTime, kind: String) extends Product with Serializable

    Permalink
  9. case class Link(href: String) extends Product with Serializable

    Permalink
  10. sealed trait OwnerInfo extends AnyRef

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

    Permalink
  12. case class PullRequestComment(id: Long, content: String, created_on: LocalDateTime, deleted: Boolean) extends Product with Serializable

    Permalink
  13. case class PullRequestReviewers(reviewers: Seq[String]) extends Product with Serializable

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

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

    Permalink
  16. sealed trait Role extends AnyRef

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

    Permalink
  18. case class SshKey(uuid: String, key: String, label: String) extends Product with Serializable

    Permalink
  19. case class Team(uuid: String, username: String, display_name: String) extends Product with Serializable

    Permalink
  20. case class TeamUsername(value: String) extends OwnerInfo with Product with Serializable

    Permalink
  21. case class TeamWithPermission(team: Team, permission: String) extends Product with Serializable

    Permalink
  22. case class User(account_id: String, uuid: Option[String], display_name: String, nickname: Option[String], avatarUrl: Option[String]) extends Product with Serializable

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

    Permalink

Value Members

  1. object AccessToken extends Serializable

    Permalink
  2. object Admin extends Role with Product with Serializable

    Permalink
  3. object ApiUrlType extends Enumeration

    Permalink
  4. object Authorization

    Permalink
  5. object BuildStatus extends Serializable

    Permalink
  6. object CommitComment extends Serializable

    Permalink
  7. object CommitStatus extends Enumeration with JsonEnumeration

    Permalink
  8. object Contributor extends Role with Product with Serializable

    Permalink
  9. object DeployKey extends Serializable

    Permalink
  10. object Email extends Serializable

    Permalink
  11. object Issue extends Serializable

    Permalink
  12. object Link extends Serializable

    Permalink
  13. object Member extends Role with Product with Serializable

    Permalink
  14. object Owner extends Role with Product with Serializable

    Permalink
  15. object PullRequest extends Serializable

    Permalink
  16. object PullRequestComment extends Serializable

    Permalink
  17. object PullRequestReviewers extends Serializable

    Permalink
  18. object Repository extends Serializable

    Permalink
  19. object RepositoryUrlType extends Enumeration

    Permalink
  20. object SimpleCommit extends Serializable

    Permalink
  21. object SshKey extends Serializable

    Permalink
  22. object Team extends Serializable

    Permalink
  23. object TeamWithPermission extends Serializable

    Permalink
  24. object User extends Serializable

    Permalink
  25. object Webhook extends Serializable

    Permalink
  26. package service

    Permalink

Ungrouped