Interface ArtifactRepository
-
public interface ArtifactRepositoryA 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.StableOsVersionstableOsVersion(int major)Returns the current stable OS version for the given major 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.
-
stableOsVersion
StableOsVersion stableOsVersion(int major)
Returns the current stable OS version for the given major version
-
-