TreeEntry

object TreeEntry
class Object
trait Matchable
class Any

Value members

Concrete methods

def `type`: SelectionBuilder[TreeEntry, EntryType]

Type of tree entry.

Type of tree entry.

def flatPath: SelectionBuilder[TreeEntry, String]

Flat path of the entry.

Flat path of the entry.

def id: SelectionBuilder[TreeEntry, String]

ID of the entry.

ID of the entry.

def name: SelectionBuilder[TreeEntry, String]

Name of the entry.

Name of the entry.

def path: SelectionBuilder[TreeEntry, String]

Path of the entry.

Path of the entry.

def sha: SelectionBuilder[TreeEntry, String]

Last commit SHA for the entry.

Last commit SHA for the entry.

def webPath: SelectionBuilder[TreeEntry, Option[String]]

Web path for the tree entry (directory).

Web path for the tree entry (directory).

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

Web URL for the tree entry (directory).

Web URL for the tree entry (directory).