Packages

package v1

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ApiUrl(urlType: ApiUrlType.Value, link: String) extends Product with Serializable
  2. case class BuildStatus(state: CommitStatus.Value, key: String, name: String, url: String, description: String) extends Product with Serializable
  3. case class Commit(hash: String, authorName: String, parents: Option[Seq[String]], date: LocalDateTime, message: String) extends Product with Serializable
  4. case class CommitComment(id: Long, username: String, commit: String, display_name: String, content: String, created_on: LocalDateTime) extends Product with Serializable
  5. case class Email(email: String, primary: Boolean, active: Boolean) extends Product with Serializable
  6. case class Issue(id: Long, status: String, priority: String, title: String, content: String, owner: String, created_on: LocalDateTime, kind: String) extends Product with Serializable
  7. case class PullRequest(id: Long, title: String, description: String, authorUsername: Option[String], authorAvatar: Option[String], state: String, created_on: LocalDateTime, updated_on: LocalDateTime, sourceRepository: String, sourceBranch: String, sourceCommit: String, destRepository: String, destBranch: String, destCommit: Option[String], apiUrls: Seq[ApiUrl], authorUUID: Option[String] = None) extends Product with Serializable
  8. case class PullRequestComment(id: Long, username: String, display_name: String, content: String, created_on: LocalDateTime) extends Product with Serializable
  9. case class PullRequestReviewers(reviewers: Seq[String]) extends Product with Serializable
  10. case class Repository(name: String, full_name: String, description: String, scm: String, created_on: LocalDateTime, updated_on: LocalDateTime, owner: String, size: Long, has_issues: Boolean, is_private: Boolean, language: String, url: Seq[RepositoryUrl]) extends Product with Serializable
  11. case class RepositoryUrl(urlType: RepositoryUrlType.Value, link: String) extends Product with Serializable
  12. case class SimpleCommit(hash: String, authorName: Option[String], parents: Seq[String], date: LocalDateTime, message: String) extends Product with Serializable
  13. case class SimplePullRequestComment(id: Long, anchor: Option[String]) extends Product with Serializable
  14. case class SimpleRepository(name: String, description: String, scm: String, created_on: LocalDateTime, updated_on: LocalDateTime, owner: String, size: Long, has_issues: Boolean, is_private: Boolean, language: String) extends Product with Serializable
  15. case class SshKey(pk: Long, key: String, label: String) extends Product with Serializable
  16. case class User(username: String, first_name: String, last_name: String, is_team: Boolean) extends Product with Serializable

Value Members

  1. object ApiUrlType extends Enumeration
  2. object BuildStatus extends Serializable
  3. object Commit extends Serializable
  4. object CommitComment extends Serializable
  5. object CommitStatus extends Enumeration with JsonEnumeration
  6. object Email extends Serializable
  7. object Issue extends Serializable
  8. object PullRequest extends Serializable
  9. object PullRequestComment extends Serializable
  10. object PullRequestReviewers extends Serializable
  11. object Repository extends Serializable
  12. object RepositoryUrlType extends Enumeration
  13. object SimpleCommit extends Serializable
  14. object SimplePullRequestComment extends Serializable
  15. object SimpleRepository extends Serializable
  16. object SshKey extends Serializable
  17. object User extends Serializable

Ungrouped