case class SubmoduleInfo(name: String, path: String, repositoryUrl: String, viewerUrl: String) extends Product with Serializable
The submodule data
- name
the module name
- path
the path in the repository
- repositoryUrl
the repository url of this module
- viewerUrl
the repository viewer url of this module
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SubmoduleInfo
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
SubmoduleInfo(name: String, path: String, repositoryUrl: String, viewerUrl: String)
- name
the module name
- path
the path in the repository
- repositoryUrl
the repository url of this module
- viewerUrl
the repository viewer url of this module