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.
    • 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.