object RepositoryService

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RepositoryService
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class RepositoryInfo(owner: String, name: String, repository: Repository, issueCount: Int, pullCount: Int, forkedCount: Int, branchList: Seq[String], tags: Seq[TagInfo], managers: Seq[String]) extends Product with Serializable

Value Members

  1. def httpUrl(owner: String, name: String)(implicit context: Context): String
  2. def openRepoUrl(openUrl: String)(implicit context: Context): String
  3. def sshUrl(owner: String, name: String)(implicit context: Context): Option[String]