public class Release extends Object
Modifier and Type | Field and Description |
---|---|
String |
build
The build identifier.
|
String |
compatibleWith
The compatability regex.
|
String |
display
The optional display name
|
String |
hotfix
The hotfix number.
|
String |
releaseNotes
The release notes or link.
|
org.apache.ambari.spi.RepositoryType |
repositoryType
The type of repository dictates how the repo should be installed and its upgradability.
|
String |
stackId
The stack id for the repository.
|
String |
version
The stack-based release version.
|
Constructor and Description |
---|
Release() |
Modifier and Type | Method and Description |
---|---|
String |
getFullVersion(org.apache.ambari.spi.stack.StackReleaseVersion stackVersion) |
org.apache.ambari.spi.stack.StackReleaseInfo |
getReleaseInfo() |
public org.apache.ambari.spi.RepositoryType repositoryType
public String stackId
public String version
public String build
public String hotfix
public String compatibleWith
public String releaseNotes
public String display
public String getFullVersion(org.apache.ambari.spi.stack.StackReleaseVersion stackVersion)
public org.apache.ambari.spi.stack.StackReleaseInfo getReleaseInfo()
Copyright © 2022 Apache Software Foundation. All rights reserved.