case class RepositoryInfo(owner: String, name: String, repository: Repository, issueCount: Int, pullCount: Int, forkedCount: Int, milestoneCount: Int, branchList: Seq[String], tags: Seq[TagInfo], managers: Seq[String]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RepositoryInfo
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RepositoryInfo(repo: util.JGitUtil.RepositoryInfo, model: Repository, forkedCount: Int, managers: Seq[String])
Creates instance without issue, pull request, and milestone count.
- new RepositoryInfo(repo: util.JGitUtil.RepositoryInfo, model: Repository, issueCount: Int, pullCount: Int, forkedCount: Int, milestoneCount: Int, managers: Seq[String])
Creates instance with issue count and pull request count.
- new RepositoryInfo(owner: String, name: String, repository: Repository, issueCount: Int, pullCount: Int, forkedCount: Int, milestoneCount: Int, branchList: Seq[String], tags: Seq[TagInfo], managers: Seq[String])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val branchList: Seq[String]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val forkedCount: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def httpUrl(implicit context: Context): String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val issueCount: Int
- val managers: Seq[String]
- val milestoneCount: Int
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val owner: String
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- val pullCount: Int
- val repository: Repository
- def splitPath(path: String): (String, String)
- def sshUrl(implicit context: Context): Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val tags: Seq[TagInfo]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()