RepositoryBlob

class Object
trait Matchable
class Any

Value members

Concrete methods

def canModifyBlob: SelectionBuilder[RepositoryBlob, Option[Boolean]]

Whether the current user can modify the blob.

Whether the current user can modify the blob.

def editBlobPath: SelectionBuilder[RepositoryBlob, Option[String]]

Web path to edit the blob in the old-style editor.

Web path to edit the blob in the old-style editor.

def externalStorageUrl: SelectionBuilder[RepositoryBlob, Option[String]]

Web path to download the raw blob via external storage, if enabled.

Web path to download the raw blob via external storage, if enabled.

def fileType: SelectionBuilder[RepositoryBlob, Option[String]]

The expected format of the blob based on the extension.

The expected format of the blob based on the extension.

def forkAndEditPath: SelectionBuilder[RepositoryBlob, Option[String]]

Web path to edit this blob using a forked project.

Web path to edit this blob using a forked project.

def id: SelectionBuilder[RepositoryBlob, String]

ID of the blob.

ID of the blob.

def ideEditPath: SelectionBuilder[RepositoryBlob, Option[String]]

Web path to edit this blob in the Web IDE.

Web path to edit this blob in the Web IDE.

def ideForkAndEditPath: SelectionBuilder[RepositoryBlob, Option[String]]

Web path to edit this blob in the Web IDE using a forked project.

Web path to edit this blob in the Web IDE using a forked project.

def lfsOid: SelectionBuilder[RepositoryBlob, Option[String]]

LFS OID of the blob.

LFS OID of the blob.

def mode: SelectionBuilder[RepositoryBlob, Option[String]]

Blob mode.

Blob mode.

def name: SelectionBuilder[RepositoryBlob, Option[String]]

Blob name.

Blob name.

def oid: SelectionBuilder[RepositoryBlob, String]

OID of the blob.

OID of the blob.

def path: SelectionBuilder[RepositoryBlob, String]

Path of the blob.

Path of the blob.

def plainData: SelectionBuilder[RepositoryBlob, Option[String]]

Blob plain highlighted data.

Blob plain highlighted data.

def rawBlob: SelectionBuilder[RepositoryBlob, Option[String]]

The raw content of the blob.

The raw content of the blob.

def rawPath: SelectionBuilder[RepositoryBlob, Option[String]]

Web path to download the raw blob.

Web path to download the raw blob.

def rawSize: SelectionBuilder[RepositoryBlob, Option[Int]]

Size (in bytes) of the blob, or the blob target if stored externally.

Size (in bytes) of the blob, or the blob target if stored externally.

def rawTextBlob: SelectionBuilder[RepositoryBlob, Option[String]]

The raw content of the blob, if the blob is text data.

The raw content of the blob, if the blob is text data.

def replacePath: SelectionBuilder[RepositoryBlob, Option[String]]

Web path to replace the blob content.

Web path to replace the blob content.

def richViewer[A](innerSelection: SelectionBuilder[BlobViewer, A]): SelectionBuilder[RepositoryBlob, Option[A]]

Blob content rich viewer.

Blob content rich viewer.

def simpleViewer[A](innerSelection: SelectionBuilder[BlobViewer, A]): SelectionBuilder[RepositoryBlob, A]

Blob content simple viewer.

Blob content simple viewer.

def size: SelectionBuilder[RepositoryBlob, Option[Int]]

Size (in bytes) of the blob.

Size (in bytes) of the blob.

def storedExternally: SelectionBuilder[RepositoryBlob, Option[Boolean]]

Whether the blob's content is stored externally (for instance, in LFS).

Whether the blob's content is stored externally (for instance, in LFS).

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

Web path of the blob.

Web path of the blob.