public class ManifestService extends Object
Modifier and Type | Field and Description |
---|---|
String |
releaseVersion
The release version of the service.
|
String |
serviceId
The XML unique id for the service and version.
|
String |
serviceName
Name of the service.
|
String |
version
Version of the service.
|
String |
versionId
Version id of the service.
|
Constructor and Description |
---|
ManifestService() |
public String serviceId
public String serviceName
public String version
public String versionId
public String releaseVersion
version
; that is a binary version.
This version is a build specific string that is independent of the binary and roughly matches
Release.version
for upgrade orchestration.Copyright © 2022 Apache Software Foundation. All rights reserved.