Interface ArtifactRepository


  • public interface ArtifactRepository
    A repository of application build artifacts.
    Author:
    mpolden
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] getSystemApplicationPackage​(com.yahoo.config.provision.ApplicationId application, com.yahoo.config.provision.zone.ZoneId zone, com.yahoo.component.Version version)
      Returns the system application package of the given version.
      OsRelease osRelease​(int major, OsRelease.Tag tag)
      Returns the current OS release with the given major version and tag
    • Method Detail

      • getSystemApplicationPackage

        byte[] getSystemApplicationPackage​(com.yahoo.config.provision.ApplicationId application,
                                           com.yahoo.config.provision.zone.ZoneId zone,
                                           com.yahoo.component.Version version)
        Returns the system application package of the given version.
      • osRelease

        OsRelease osRelease​(int major,
                            OsRelease.Tag tag)
        Returns the current OS release with the given major version and tag