Submodule

object Submodule
class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[Submodule, EntryType]

Type of tree entry.

Type of tree entry.

def flatPath: SelectionBuilder[Submodule, String]

Flat path of the entry.

Flat path of the entry.

def id: SelectionBuilder[Submodule, String]

ID of the entry.

ID of the entry.

def name: SelectionBuilder[Submodule, String]

Name of the entry.

Name of the entry.

def path: SelectionBuilder[Submodule, String]

Path of the entry.

Path of the entry.

def sha: SelectionBuilder[Submodule, String]

Last commit SHA for the entry.

Last commit SHA for the entry.

def treeUrl: SelectionBuilder[Submodule, Option[String]]

Tree URL for the sub-module.

Tree URL for the sub-module.

def webUrl: SelectionBuilder[Submodule, Option[String]]

Web URL for the sub-module.

Web URL for the sub-module.