PatchRule.Builder |
PatchRule.Builder.approveAfterDays(Integer approveAfterDays) |
The number of days after the release date of each patch matched by the rule that the patch is marked as
approved in the patch baseline.
|
PatchRule.Builder |
PatchRule.Builder.approveUntilDate(String approveUntilDate) |
The cutoff date for auto approval of released patches.
|
static PatchRule.Builder |
PatchRule.builder() |
|
PatchRule.Builder |
PatchRule.Builder.complianceLevel(String complianceLevel) |
A compliance severity level for all approved patches in a patch baseline.
|
PatchRule.Builder |
PatchRule.Builder.complianceLevel(PatchComplianceLevel complianceLevel) |
A compliance severity level for all approved patches in a patch baseline.
|
PatchRule.Builder |
PatchRule.Builder.enableNonSecurity(Boolean enableNonSecurity) |
For managed nodes identified by the approval rule filters, enables a patch baseline to apply non-security
updates available in the specified repository.
|
default PatchRule.Builder |
PatchRule.Builder.patchFilterGroup(Consumer<PatchFilterGroup.Builder> patchFilterGroup) |
The patch filter group that defines the criteria for the rule.
|
PatchRule.Builder |
PatchRule.Builder.patchFilterGroup(PatchFilterGroup patchFilterGroup) |
The patch filter group that defines the criteria for the rule.
|
PatchRule.Builder |
PatchRule.toBuilder() |
|