Uses of Class
com.oracle.bmc.jms.model.JavaArtifact
-
Packages that use JavaArtifact Package Description com.oracle.bmc.jms.model -
-
Uses of JavaArtifact in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JavaArtifact Modifier and Type Method Description JavaArtifact
JavaArtifact.Builder. build()
Methods in com.oracle.bmc.jms.model that return types with arguments of type JavaArtifact Modifier and Type Method Description List<JavaArtifact>
JavaRelease. getArtifacts()
List of Java artifacts.List<JavaArtifact>
JavaFamily. getLatestReleaseArtifacts()
List of artifacts for the latest Java release version in this family.Methods in com.oracle.bmc.jms.model with parameters of type JavaArtifact Modifier and Type Method Description JavaArtifact.Builder
JavaArtifact.Builder. copy(JavaArtifact model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type JavaArtifact Modifier and Type Method Description JavaRelease.Builder
JavaRelease.Builder. artifacts(List<JavaArtifact> artifacts)
List of Java artifacts.JavaFamily.Builder
JavaFamily.Builder. latestReleaseArtifacts(List<JavaArtifact> latestReleaseArtifacts)
List of artifacts for the latest Java release version in this family.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type JavaArtifact Constructor Description JavaFamily(List<JavaArtifact> latestReleaseArtifacts, String familyVersion, String displayName, SupportType supportType, Date endOfSupportLifeDate, String docUrl, String latestReleaseVersion, Boolean isSupportedVersion, Date releaseDate)
Deprecated.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.
-