| Modifier and Type | Method and Description |
|---|---|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addAllCategories(Iterable<String> values)
Install only patches with these categories.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addAllExcludes(Iterable<String> values)
List of patches to exclude from update.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addAllExclusivePatches(Iterable<String> values)
An exclusive list of patches to be updated.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addAllSeverities(Iterable<String> values)
Install only patches with these severities.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addCategories(String value)
Install only patches with these categories.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addCategoriesBytes(com.google.protobuf.ByteString value)
Install only patches with these categories.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addExcludes(String value)
List of patches to exclude from update.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addExcludesBytes(com.google.protobuf.ByteString value)
List of patches to exclude from update.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addExclusivePatches(String value)
An exclusive list of patches to be updated.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addExclusivePatchesBytes(com.google.protobuf.ByteString value)
An exclusive list of patches to be updated.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addSeverities(String value)
Install only patches with these severities.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.addSeveritiesBytes(com.google.protobuf.ByteString value)
Install only patches with these severities.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clear() |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearCategories()
Install only patches with these categories.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearExcludes()
List of patches to exclude from update.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearExclusivePatches()
An exclusive list of patches to be updated.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearSeverities()
Install only patches with these severities.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearWithOptional()
Adds the `--with-optional` flag to `zypper patch`.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clearWithUpdate()
Adds the `--with-update` flag, to `zypper patch`.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.clone() |
PatchJobs.ZypperSettings.Builder |
PatchJobs.PatchConfig.Builder.getZypperBuilder()
Zypper update settings.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.mergeFrom(com.google.protobuf.Message other) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.mergeFrom(PatchJobs.ZypperSettings other) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.newBuilder() |
static PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.newBuilder(PatchJobs.ZypperSettings prototype) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.newBuilderForType() |
protected PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setCategories(int index,
String value)
Install only patches with these categories.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setExcludes(int index,
String value)
List of patches to exclude from update.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setExclusivePatches(int index,
String value)
An exclusive list of patches to be updated.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setSeverities(int index,
String value)
Install only patches with these severities.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setWithOptional(boolean value)
Adds the `--with-optional` flag to `zypper patch`.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.Builder.setWithUpdate(boolean value)
Adds the `--with-update` flag, to `zypper patch`.
|
PatchJobs.ZypperSettings.Builder |
PatchJobs.ZypperSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
PatchJobs.PatchConfig.Builder |
PatchJobs.PatchConfig.Builder.setZypper(PatchJobs.ZypperSettings.Builder builderForValue)
Zypper update settings.
|
Copyright © 2024 Google LLC. All rights reserved.