GetConfigurationInstallPatchLinux

data class GetConfigurationInstallPatchLinux(val classificationsToIncludes: List<String>, val packageNamesMaskToExcludes: List<String>, val packageNamesMaskToIncludes: List<String>)

Constructors

Link copied to clipboard
constructor(classificationsToIncludes: List<String>, packageNamesMaskToExcludes: List<String>, packageNamesMaskToIncludes: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of Classification category of patches to be patched.

Link copied to clipboard

List of package names to be excluded from patching.

Link copied to clipboard

List of package names to be included for patching.