Package | Description |
---|---|
com.oracle.bmc.jms.model |
Modifier and Type | Method and Description |
---|---|
PatchDetail |
PatchDetail.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<PatchDetail> |
JavaRelease.getMosPatches()
List of My Oracle Support(MoS) patches available for this release.
|
List<PatchDetail> |
JavaReleaseSummary.getMosPatches()
List of My Oracle Support(MoS) patches available for this release.
|
Modifier and Type | Method and Description |
---|---|
PatchDetail.Builder |
PatchDetail.Builder.copy(PatchDetail model) |
Modifier and Type | Method and Description |
---|---|
JavaRelease.Builder |
JavaRelease.Builder.mosPatches(List<PatchDetail> mosPatches)
List of My Oracle Support(MoS) patches available for this release.
|
JavaReleaseSummary.Builder |
JavaReleaseSummary.Builder.mosPatches(List<PatchDetail> mosPatches)
List of My Oracle Support(MoS) patches available for this release.
|
Constructor and Description |
---|
JavaRelease(List<JavaArtifact> artifacts,
String releaseVersion,
String familyVersion,
String parentReleaseVersion,
JreSecurityStatus securityStatus,
ReleaseType releaseType,
LicenseType licenseType,
JavaFamily familyDetails,
JavaLicense licenseDetails,
Date releaseDate,
String releaseNotesUrl,
List<ArtifactContentType> artifactContentTypes,
List<PatchDetail> mosPatches,
Integer daysUnderSecurityBaseline)
Deprecated.
|
JavaReleaseSummary(String releaseVersion,
String familyVersion,
String parentReleaseVersion,
JreSecurityStatus securityStatus,
ReleaseType releaseType,
LicenseType licenseType,
JavaFamily familyDetails,
JavaLicense licenseDetails,
Date releaseDate,
String releaseNotesUrl,
List<ArtifactContentType> artifactContentTypes,
List<PatchDetail> mosPatches,
Integer daysUnderSecurityBaseline)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.