com.codacy.client

stash

package stash

Visibility
  1. Public
  2. All

Type Members

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

  2. case class Commit(hash: String, authorName: String, parents: Option[List[Parent]], authorTimestamp: DateTime, message: String) extends Product with Serializable

  3. case class CommitComment(id: Long, author: User, content: String, createdDate: DateTime) extends Product with Serializable

  4. case class Parent(id: String, displayId: String) extends Product with Serializable

  5. case class PullRequest(id: Long, title: String, description: Option[String], state: String, createdDate: DateTime, updatedDate: DateTime, sourceRepository: String, sourceBranch: String, destRepository: String, destBranch: String, author: User) extends Product with Serializable

  6. case class PullRequestComment(id: Long, author: User, content: String, createdDate: DateTime) extends Product with Serializable

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

  8. case class Repository(slug: String, name: String, scm: String, public: Boolean, cloneUrls: Seq[RepositoryUrl]) extends Product with Serializable

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

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

  11. case class SshKeySimple(key: String) extends Product with Serializable

  12. case class TimestampedBuildStatus(state: CommitStatus.Value, key: String, name: String, url: String, description: String, dateAdded: DateTime) extends Product with Serializable

  13. case class User(username: String, email: Option[String], displayName: String, authorId: Long) extends Product with Serializable

  14. case class UserSshKey(id: Long, text: String, label: String) extends Product with Serializable

  15. case class WebHook(id: Long, name: String, url: String, events: List[String], created: DateTime, updated: DateTime, active: Boolean) extends Product with Serializable

Value Members

  1. object BuildStatus extends Serializable

  2. object Commit extends Serializable

  3. object CommitComment extends Serializable

  4. object CommitStatus extends Enumeration with JsonEnumeration

  5. object Parent extends Serializable

  6. object PullRequest extends Serializable

  7. object PullRequestComment extends Serializable

  8. object PullRequestReviewers extends Serializable

  9. object Repository extends Serializable

  10. object RepositoryUrlType extends Enumeration

  11. object SshKey extends Serializable

  12. object SshKeySimple extends Serializable

  13. object TimestampedBuildStatus extends Serializable

  14. object User extends Serializable

  15. object UserSshKey extends Serializable

  16. object WebHook extends Serializable

  17. package client

  18. package service

  19. package util

Ungrouped