PackageFileRegistry

class Object
trait Matchable
class Any

Value members

Concrete methods

def createdAt: SelectionBuilder[PackageFileRegistry, Option[Time]]

Timestamp when the PackageFileRegistry was created

Timestamp when the PackageFileRegistry was created

def id: SelectionBuilder[PackageFileRegistry, String]

ID of the PackageFileRegistry

ID of the PackageFileRegistry

def lastSyncFailure: SelectionBuilder[PackageFileRegistry, Option[String]]

Error message during sync of the PackageFileRegistry

Error message during sync of the PackageFileRegistry

def lastSyncedAt: SelectionBuilder[PackageFileRegistry, Option[Time]]

Timestamp of the most recent successful sync of the PackageFileRegistry

Timestamp of the most recent successful sync of the PackageFileRegistry

def packageFileId: SelectionBuilder[PackageFileRegistry, String]

ID of the PackageFile.

ID of the PackageFile.

def retryAt: SelectionBuilder[PackageFileRegistry, Option[Time]]

Timestamp after which the PackageFileRegistry should be resynced

Timestamp after which the PackageFileRegistry should be resynced

def retryCount: SelectionBuilder[PackageFileRegistry, Option[Int]]

Number of consecutive failed sync attempts of the PackageFileRegistry

Number of consecutive failed sync attempts of the PackageFileRegistry

def state: SelectionBuilder[PackageFileRegistry, Option[RegistryState]]

Sync state of the PackageFileRegistry

Sync state of the PackageFileRegistry