com.codacy.client

stash

package stash

Visibility
  1. Public
  2. All

Type Members

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

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

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

  4. 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

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

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

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

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

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

  10. case class User(username: String, email: String, displayName: String) extends Product with Serializable

  11. 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 Commit extends Serializable

  2. object CommitComment extends Serializable

  3. object Parent extends Serializable

  4. object PullRequest extends Serializable

  5. object PullRequestComment extends Serializable

  6. object Repository extends Serializable

  7. object RepositoryUrlType extends Enumeration

  8. object SshKey extends Serializable

  9. object SshKeySimple extends Serializable

  10. object User extends Serializable

  11. object WebHook extends Serializable

  12. package client

  13. package service

  14. package util

Ungrouped