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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RepositoryInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
RepositoryInfo(repo: util.JGitUtil.RepositoryInfo, model: Repository, forkedCount: Int, managers: Seq[String])
Creates instance without issue and pull request count.
-
new
RepositoryInfo(repo: util.JGitUtil.RepositoryInfo, model: Repository, issueCount: Int, pullCount: Int, forkedCount: 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, 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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val forkedCount: Int
-
final
def
getClass(): Class[_]
- 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 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
- 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )