Interface ArtifactRepository


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

    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(int major, OsRelease.Tag tag)
    Returns the current OS release with the given major version and tag
  • Method Details

    • 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