PipelineArtifactRegistry

class Object
trait Matchable
class Any

Value members

Concrete methods

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

Timestamp when the PipelineArtifactRegistry was created

Timestamp when the PipelineArtifactRegistry was created

def id: SelectionBuilder[PipelineArtifactRegistry, String]

ID of the PipelineArtifactRegistry

ID of the PipelineArtifactRegistry

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

Error message during sync of the PipelineArtifactRegistry

Error message during sync of the PipelineArtifactRegistry

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

Timestamp of the most recent successful sync of the PipelineArtifactRegistry

Timestamp of the most recent successful sync of the PipelineArtifactRegistry

def pipelineArtifactId: SelectionBuilder[PipelineArtifactRegistry, String]

ID of the pipeline artifact.

ID of the pipeline artifact.

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

Timestamp after which the PipelineArtifactRegistry should be resynced

Timestamp after which the PipelineArtifactRegistry should be resynced

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

Number of consecutive failed sync attempts of the PipelineArtifactRegistry

Number of consecutive failed sync attempts of the PipelineArtifactRegistry

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

Sync state of the PipelineArtifactRegistry

Sync state of the PipelineArtifactRegistry