public interface ArtifactRegistry
A registry of artifacts (e.g. container image or RPM).
Author:
mpolden
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    deleteAll(List<Artifact> artifacts)
    Delete all given artifacts
    Returns a list of all artifacts in this system
  • Method Details

    • deleteAll

      void deleteAll(List<Artifact> artifacts)
      Delete all given artifacts
    • list

      List<Artifact> list()
      Returns a list of all artifacts in this system