PackageFile

object PackageFile
class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[PackageFile, Time]

The created date.

The created date.

def downloadPath: SelectionBuilder[PackageFile, String]

Download path of the package file.

Download path of the package file.

def fileMd5: SelectionBuilder[PackageFile, Option[String]]

Md5 of the package file.

Md5 of the package file.

def fileMetadata[A](onConanFileMetadata: Option[SelectionBuilder[ConanFileMetadata, A]]): SelectionBuilder[PackageFile, Option[A]]

File metadata.

File metadata.

def fileName: SelectionBuilder[PackageFile, String]

Name of the package file.

Name of the package file.

def fileSha1: SelectionBuilder[PackageFile, Option[String]]

Sha1 of the package file.

Sha1 of the package file.

def fileSha256: SelectionBuilder[PackageFile, Option[String]]

Sha256 of the package file.

Sha256 of the package file.

def id: SelectionBuilder[PackageFile, PackagesPackageFileID]

ID of the file.

ID of the file.

def size: SelectionBuilder[PackageFile, String]

Size of the package file.

Size of the package file.

def updatedAt: SelectionBuilder[PackageFile, Time]

The updated date.

The updated date.