Class PatchDeploymentPatchConfigYum


  • public final class PatchDeploymentPatchConfigYum
    extends java.lang.Object
    • Method Detail

      • excludes

        public java.util.List<java.lang.String> excludes()
        Returns:
        List of packages to exclude from update. These packages will be excluded.
      • exclusivePackages

        public java.util.List<java.lang.String> exclusivePackages()
        Returns:
        An exclusive list of packages to be updated. These are the only packages that will be updated. If these packages are not installed, they will be ignored. This field cannot be specified with any other patch configuration fields.
      • minimal

        public java.util.Optional<java.lang.Boolean> minimal()
        Returns:
        Will cause patch to run yum update-minimal instead.
      • security

        public java.util.Optional<java.lang.Boolean> security()
        Returns:
        Adds the --security flag to yum update. Not supported on all platforms.